Emailing

Hi,

I am trying to send emails out using ActionMailer. Currently, the
console shows that everything is sending out correctly, but I am not
actually receiving any emails.

Thanks in advance,

Shelly

Try adding this to your mailer model:

ActionMailer::Base.delivery_method = :sendmail

Gary.