There is also a bug in recent Rails releases regarding the destination of e-mail. You cannot send to something like this: Ed Grimley <[email protected]> It has to be of this form: [email protected]
This one bit me for a while. A fix was trivial, but it has not yet been accepted into Rails, oddly. Chris On Thu, Nov 19, 2009 at 4:36 AM, <[email protected]> wrote: > Today's Topic Summary > > Debugging Email [2 updates] > > Topic: Debugging Email > > Ed Jones <[email protected]> Nov 17 11:09AM -0800 > > Just debugged an email issue this morn. When it is sending email, the > log says: > Processing InvitesController#create (for 70.104.99.82 at 2009-11-17 > 11:04:56) > OST] > Parameters: {"commit"=>"Create", "invite"=>{"to"=>" > \[email protected]"}, > uthenticity_token"=>"qtUm866Eyim...E="} > Sent mail to [email protected] > Sent mail to [email protected] > Redirected to http://www.whendidji.com/myaccount > Completed in 19958ms (DB: 17) | 302 Found [http://www.whendidji.com/ > invites] > > When its not working, no such message appears. > > > > > > > Pedro Belo <[email protected]> Nov 17 11:16AM -0800 > > Is ActionMailer configured to raise? > > Make sure you have on your environment: > config.action_mailer.raise_delivery_errors = true > > > > > -- > > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=.
