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
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.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs