sending email problem

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 to ruby on rails.. please explain in as much detail as you can. Thanks a lot for your help.

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 :slight_smile: