On Jan 31, 2010, at 6:28 PM, tomPorter wrote:
I tried a couple of things first: - Tried using gmail_smtp addon, got weird error about it only being available to beta testers. - Tried setting up my own actionmailer entries in environment.rb, but as Heroku uses ruby 1.8.6, it blows up on needing to send tls-start first. Requires lots of work to get this to run with gmail. - Added the sendgrid addon at Heroku, removed all actionmailer info in environment.rb. I made NO chages to my app to do anything with mailer. heroku says that you have to furnish a from address, but I'm not sure how to get to the guts of the automatically generated mailer code in hobo, used for sending forgot password messages.
Haven't heard of this happening, but the mailer code is right in app/ models/user_mailer.rb unless you've moved something. My guess would be that the username and password are somehow not in sync with Sendgrid.
--Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
