Hi, I am getting problem using action mailer. can some one advice what are the other options for sending email in ruby on rails Thanks Kiran -- 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 -~----------~----~----~----~------~----~------~--~---
Kiran wrote:> Hi, > > I am getting problem using action mailer. can some one advice what are > the other options for sending email in ruby on rails > > Thanks > KiranYou could try following http://ruby.about.com/od/tutorials/ss/ruby_email_5.htm where they explain how to use "net/smtp" If that doesn''t help -- what are your difficulties? Stephan -- 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 -~----------~----~----~----~------~----~------~--~---
Stephan Wehner wrote:> Kiran wrote: > >> Hi, >> >> I am getting problem using action mailer. can some one advice what are >> the other options for sending email in ruby on rails >> >> Thanks >> Kiran >> > > You could try following > > http://ruby.about.com/od/tutorials/ss/ruby_email_5.htm > > where they explain how to use "net/smtp" > > If that doesn''t help -- what are your difficulties? > > > Stephan > >There''s one more thing that should be added to the code and explanation given there. After you follow through the code given on that page, you may find that the basic sample code is lacking in one major respect it does not set the date on the outgoing email. That means that there is no specific sent time for the email and its treatment depends on the email client. For example, Thunderbird marks it with the date/ time at which it was downloaded. I wrote up this and its simple solution here: http://notepad.onghu.com/2007/3/26/sending-email-with-ruby Hope it helps. Cheers, Mohit. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---