Sending email

Hi,

Has anyone got any good tutorials on how to send emails in ruby, seems a
bit more complicted than PHP

Thanks
Scott

Please see the Wiki or API or search Google for ActionMailer

Just use ruby standart Net::SMTP library.

scott wrote:

Hi,

Has anyone got any good tutorials on how to send emails in ruby, seems a
bit more complicted than PHP

Rails has ActionMailer, but that’s not part of Ruby. See:
http://rubyonrails.org/api/classes/ActionMailer/Base.html

Warren