sumit20rai

Results 2 issues of sumit20rai

I have rails-api application, i want to send welcome email to the customer. I have a method called send_welcome_email in customer_mailer.rb ``` def send_welcome_email(user) email = "[email protected]" mail(to:"#{user.email}", from:email ,subject:"Thanks...

After installing/configuring this gem, I'm seeing the following error in /var/log/cfn-init.log on my EC2 instance after running git aws.push from my local repo. 2014-10-21 08:08:37,602 [DEBUG] Running test for command...

bug