Re: What changed with the heroku_mailer?

2008-12-02 Thread albemuth

Is anyone sending emails successfully after 2.2??

On Dec 1, 10:37 am, Timothy Johnson [EMAIL PROTECTED] wrote:
 Yes, I am getting this same error message now with my emails. Mine is
 blessed too.

 Tim

 On Nov 29, 1:10 pm, albemuth [EMAIL PROTECTED] wrote:

  Yes, it's blessed.  It was working fine for quite a while, this week I
  started getting the error messages on hoptoad

  On Nov 29, 7:32 am, S. Brent Faulkner [EMAIL PROTECTED] wrote:

   is your application blessed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: What changed with the heroku_mailer?

2008-12-02 Thread Tobin Juday
I don't know if this is the problem, but Rails 2.2 added internal support
for TLS.  I wonder if the ActionMailer patch we've all been using to add TLS
support so we can send email through Gmail is conflicting somehow.
http://github.com/rails/rails/commit/732c724df61bc8b780dc42817625b25a321908e4

Tobin

On Tue, Dec 2, 2008 at 10:21 AM, albemuth [EMAIL PROTECTED] wrote:


 Is anyone sending emails successfully after 2.2??

 On Dec 1, 10:37 am, Timothy Johnson [EMAIL PROTECTED] wrote:
  Yes, I am getting this same error message now with my emails. Mine is
  blessed too.
 
  Tim
 
  On Nov 29, 1:10 pm, albemuth [EMAIL PROTECTED] wrote:
 
   Yes, it's blessed.  It was working fine for quite a while, this week I
   started getting the error messages on hoptoad
 
   On Nov 29, 7:32 am, S. Brent Faulkner [EMAIL PROTECTED] wrote:
 
is your application blessed?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: What changed with the heroku_mailer?

2008-12-02 Thread albemuth

Actually my app had been working without that action_mailer_tls
initializer patch, removed it months ago (though I can't remember why,
that's the problem with side projects), I addded it back again and
it's working now... :S

http://blog.pomozov.info/posts/how-to-send-actionmailer-mails-to-gmailcom.html

On Dec 2, 9:27 am, Tobin Juday [EMAIL PROTECTED] wrote:
 I don't know if this is the problem, but Rails 2.2 added internal support
 for TLS.  I wonder if the ActionMailer patch we've all been using to add TLS
 support so we can send email through Gmail is conflicting 
 somehow.http://github.com/rails/rails/commit/732c724df61bc8b780dc42817625b25a...

 Tobin

 On Tue, Dec 2, 2008 at 10:21 AM, albemuth [EMAIL PROTECTED] wrote:

  Is anyone sending emails successfully after 2.2??

  On Dec 1, 10:37 am, Timothy Johnson [EMAIL PROTECTED] wrote:
   Yes, I am getting this same error message now with my emails. Mine is
   blessed too.

   Tim

   On Nov 29, 1:10 pm, albemuth [EMAIL PROTECTED] wrote:

Yes, it's blessed.  It was working fine for quite a while, this week I
started getting the error messages on hoptoad

On Nov 29, 7:32 am, S. Brent Faulkner [EMAIL PROTECTED] wrote:

 is your application blessed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: What changed with the heroku_mailer?

2008-12-01 Thread Timothy Johnson

Yes, I am getting this same error message now with my emails. Mine is
blessed too.

Tim

On Nov 29, 1:10 pm, albemuth [EMAIL PROTECTED] wrote:
 Yes, it's blessed.  It was working fine for quite a while, this week I
 started getting the error messages on hoptoad

 On Nov 29, 7:32 am, S. Brent Faulkner [EMAIL PROTECTED] wrote:

  is your application blessed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: What changed with the heroku_mailer?

2008-11-29 Thread S. Brent Faulkner

is your application blessed?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: What changed with the heroku_mailer?

2008-11-29 Thread albemuth

Yes, it's blessed.  It was working fine for quite a while, this week I
started getting the error messages on hoptoad

On Nov 29, 7:32 am, S. Brent Faulkner [EMAIL PROTECTED] wrote:
 is your application blessed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



What changed with the heroku_mailer?

2008-11-28 Thread albemuth

My app used to send emails fine via google, now I'm getting a
Heroku::Mailer::Exception: HTTP status code 502

Maybe got borked by 2.2?

a bit of stacktrace

/home/userapps_plugins/preload/heroku_mailer/lib/heroku_mailer.rb:
18:in `perform_delivery_heroku'
gems/actionmailer-2.1.0/lib/action_mailer/base.rb:508:in `__send__'
gems/actionmailer-2.1.0/lib/action_mailer/base.rb:508:in `deliver!'
gems/actionmailer-2.1.0/lib/action_mailer/base.rb:383:in
`method_missing'
app/models/user_observer.rb:3:in `after_create'
gems/activerecord-2.1.0/lib/active_record/observer.rb:171:in `send'
gems/activerecord-2.1.0/lib/active_record/observer.rb:171:in `update'
/usr/lib/ruby/1.8/observer.rb:185:in `notify_observers'

Anyone got any tips for using gmail from heroku?

Thx

-Alfredo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---