Nathan Clark
2007-Jul-19 15:56 UTC
Sending email from rails, without an email server installed?
Is there why to send email from a rails app which does not requires the installation of an email server such as postfix or sendmail? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2007-Jul-19 16:09 UTC
Re: Sending email from rails, without an email server installed?
Yes. you can use smtp. See the api docs for ActionMailer on how this is done. I wrote a tutorial on this a while ago that might be useful to you: http://www.bphogan.com/learn/pdf/tableless_contact_form.pdf On 7/19/07, Nathan Clark <nathanclark80-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Is there why to send email from a rails app which does not requires > the installation of an email server such as postfix or sendmail? > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Nathan Clark
2007-Jul-19 16:23 UTC
Re: Sending email from rails, without an email server installed?
Thanks a ton! On Jul 19, 11:09 am, "Brian Hogan" <bpho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes. > you can use smtp. See the api docs for ActionMailer on how this is done. > > I wrote a tutorial on this a while ago that might be useful to you: > > http://www.bphogan.com/learn/pdf/tableless_contact_form.pdf > > On 7/19/07, Nathan Clark <nathanclar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Is there why to send email from a rails app which does not requires > > the installation of an email server such as postfix or sendmail?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---