Hey Kentor,
I''d check out the Rails Wiki on sending mail.
http://wiki.rubyonrails.org/howtos/mailers
Few questions:
What platform are you on?
How do you intended on sending the mail? (Sendmail, smtp?)
What does "doesn''t work" mean? Are there any errors in your
development.log file?
Thanks :)
On May 7, 6:42 am, Kentor <ken...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hello,
>
> I''m very new to ruby on rails. I''m trying to setup a
simple form to
> send an email. I''ve followed many different tutorials and nothing
> seems to work for me... I''ve tried using tls, pony plugin,
> actionmailer, etc... Even sending an email from the cmd prompt would
> be fine... I just want to be able to send anything to my gmail account
> from my localhost environment. Please understand that I am really new
> to ruby on rails.. please explain in as much detail as you can. Thanks
> a lot for your help.