I''m using Rails 3 and installed exception notifier as a gem. It works perfectly in development, but for some reason it isn''t sending e-mails in production. When I check the logs, I don''t see any mention of my app trying to send an e-mail, but running rake middleware shows that it is loaded. I''m really confused, why is this happening? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Sent from my iPhone On Apr 26, 2011, at 3:56 AM, Mike C <snibble-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m using Rails 3 and installed exception notifier as a gem. It works > perfectly in development, but for some reason it isn''t sending e-mails > in production. When I check the logs, I don''t see any mention of my > app trying to send an e-mail, but running rake middleware shows that > it is loaded. I''m really confused, why is this happening? >The mail is most likely being sent but is in the dead letter folder under your account on the server. Email on dev is sent using sendmail. On production you have to have configured an smtp server to send it to. B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''m using Gmail for both my development and production though, I configured them to be the same actually (even the same account). On Apr 26, 6:08 am, Bryan Crossland <bacrossl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Sent from my iPhone > > On Apr 26, 2011, at 3:56 AM, Mike C <snib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m using Rails 3 and installed exception notifier as a gem. It works > > perfectly in development, but for some reason it isn''t sending e-mails > > in production. When I check the logs, I don''t see any mention of my > > app trying to send an e-mail, but running rake middleware shows that > > it is loaded. I''m really confused, why is this happening? > > The mail is most likely being sent but is in the dead letter folder under your account on the server. Email on dev is sent using sendmail. On production you have to have configured an smtp server to send it to. > > B.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.