Re: Sending Emails from Rails on the cedar stack

2012-03-13 Thread Peter Keen
Yeah, sendgrid is really the best option. On Fri, Mar 9, 2012 at 10:57 AM, Martin Wawrusch wrote: > Definitely go for sendgrid. Not even worth thinking about using gmail. > Sending emails is a real pita... > > On Sat, Mar 3, 2012 at 2:57 PM, Ray B wrote: >> >> Everything in my Rails app (3.2.1)

Re: Sending Emails from Rails on the cedar stack

2012-03-09 Thread kowsik
+1 We currently use sendgrid as well. The other option is Amazon's SES; they recently added SMTP support so you can use Pony mailer. K. --- http:/blitz.io @k0ws1k On Fri, Mar 9, 2012 at 10:57 AM, Martin Wawrusch wrote: > Definitely go for sendgrid. Not even worth thinking about using gmail. > Se

Re: Sending Emails from Rails on the cedar stack

2012-03-09 Thread Martin Wawrusch
Definitely go for sendgrid. Not even worth thinking about using gmail. Sending emails is a real pita... On Sat, Mar 3, 2012 at 2:57 PM, Ray B wrote: > Everything in my Rails app (3.2.1) runs just fine, except that when I > try to use action_mailer to send emails, the emails go off into the > voi

Sending Emails from Rails on the cedar stack

2012-03-09 Thread Ray B
Everything in my Rails app (3.2.1) runs just fine, except that when I try to use action_mailer to send emails, the emails go off into the void unless the recipient is an address @gmail.com. The approach I'm using for this is to set the action_mailer config values to use gmail to send the email. I