Has anyone had any issues with sending mail using ActionMailer to hotmail addresses? The email doesn''t come up at all, not even in spam/junk mail. Also has anyone has issues with mail from ActionMailer being marked as spam in gmail? Any help would be appreciated. Thanks, Carl. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
"Carl Woodward" <cjwoodward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:> Has anyone had any issues with sending mail using ActionMailer to > hotmail addresses? > > The email doesn''t come up at all, not even in spam/junk mail. > > Also has anyone has issues with mail from ActionMailer being marked as > spam in gmail? >Nothing to do with ActionMailer or Rails. The SMTP setup, MX, etc. are probably screwed. -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | Great wits are sure to madness near allied, | And thin partitions do their bounds divide. | | (John Dryden, Absalom and Achitophel, 1681) `---- --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Carl, In regards to your Gmail question I recently ran into a problem when using ActionMailer where all messages sent were marked as spam. It turned out that I wasn''t properly formatting the sender address. Once I changed this everything cleared the Gmail spam filter and made it to my Inbox. Here are more details if you''re interested: http://www.db75.com/new_blog/?p=282 I hope this helps. Regards, Dennis -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Carl Woodward Sent: Sunday, September 03, 2006 9:24 PM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Actionmailer and Hotmail Has anyone had any issues with sending mail using ActionMailer to hotmail addresses? The email doesn''t come up at all, not even in spam/junk mail. Also has anyone has issues with mail from ActionMailer being marked as spam in gmail? Any help would be appreciated. Thanks, Carl. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Hi Dennis, Thanks for your help. This is great. It comes through now in gmail which is awesome. It comes through as (Unknown sender). Have you had that? Thanks again for your help, Carl. On 9/6/06, Dennis Baldwin <dbaldwin-s5AGIlkFG9nCnp4W7fqMDg@public.gmane.org> wrote:> > Carl, > > In regards to your Gmail question I recently ran into a problem when > using ActionMailer where all messages sent were marked as spam. It > turned out that I wasn''t properly formatting the sender address. Once I > changed this everything cleared the Gmail spam filter and made it to my > Inbox. Here are more details if you''re interested: > > http://www.db75.com/new_blog/?p=282 > > I hope this helps. > > Regards, > Dennis > > -----Original Message----- > From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Carl Woodward > Sent: Sunday, September 03, 2006 9:24 PM > To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > Subject: [Rails] Actionmailer and Hotmail > > > Has anyone had any issues with sending mail using ActionMailer to > hotmail addresses? > > The email doesn''t come up at all, not even in spam/junk mail. > > Also has anyone has issues with mail from ActionMailer being marked as > spam in gmail? > > Any help would be appreciated. > > Thanks, > Carl. > > > > > >-- Carl Woodward 0412218979 cjwoodward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi Dennis, I worked it out. You need to do ''from name <emailaddress>'' and its perfect. I''ll post a comment on your blog as well. P.S. the spam issues are fixed with this change as well. Cheers, Carl. On 9/6/06, Carl Woodward <cjwoodward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Dennis, > > Thanks for your help. This is great. It comes through now in gmail > which is awesome. > > It comes through as (Unknown sender). Have you had that? > > Thanks again for your help, > Carl. > > On 9/6/06, Dennis Baldwin <dbaldwin-s5AGIlkFG9nCnp4W7fqMDg@public.gmane.org> wrote: > > > > Carl, > > > > In regards to your Gmail question I recently ran into a problem when > > using ActionMailer where all messages sent were marked as spam. It > > turned out that I wasn''t properly formatting the sender address. Once I > > changed this everything cleared the Gmail spam filter and made it to my > > Inbox. Here are more details if you''re interested: > > > > http://www.db75.com/new_blog/?p=282 > > > > I hope this helps. > > > > Regards, > > Dennis > > > > -----Original Message----- > > From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Carl Woodward > > Sent: Sunday, September 03, 2006 9:24 PM > > To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > Subject: [Rails] Actionmailer and Hotmail > > > > > > Has anyone had any issues with sending mail using ActionMailer to > > hotmail addresses? > > > > The email doesn''t come up at all, not even in spam/junk mail. > > > > Also has anyone has issues with mail from ActionMailer being marked as > > spam in gmail? > > > > Any help would be appreciated. > > > > Thanks, > > Carl. > > > > > > > > > > > > > > > -- > Carl Woodward > 0412218979 > cjwoodward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org >-- Carl Woodward 0412218979 cjwoodward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
This thread addressed the gmail issue, but I''m curios if the Hotmail issue was resolved. I''m having the same problem with sending emails to Hotmail; the emails aren''t received at all...nothing in Spam either. Thanks for your help Carl Woodward wrote:> Has anyone had any issues with sending mail using ActionMailer to > hotmail addresses? > > The email doesn''t come up at all, not even in spam/junk mail. > > Also has anyone has issues with mail from ActionMailer being marked as > spam in gmail? > > Any help would be appreciated. > > Thanks, > Carl.-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I haven''t had any issues with GMail. I haven''t tested the hotmail part, BUT it should be fine as long as you set a FROM address for your email. In my Gmail, ActionMailer emails come up normally, and the From address is exactly as it was set in the app. Mark wrote:> This thread addressed the gmail issue, but I''m curios if the Hotmail > issue was resolved. I''m having the same problem with sending emails to > Hotmail; the emails aren''t received at all...nothing in Spam either. > Thanks for your help > > Carl Woodward wrote: > >> Has anyone had any issues with sending mail using ActionMailer to >> hotmail addresses? >> >> The email doesn''t come up at all, not even in spam/junk mail. >> >> Also has anyone has issues with mail from ActionMailer being marked as >> spam in gmail? >> >> Any help would be appreciated. >> >> Thanks, >> Carl. >> > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---