I am new to ruby and i just wanna send an email using ruby action
mailer. i have been trying it for about a day. Not achieved. so many
replies came in from google but many were beating the bushes ..
I am new to ruby and i just wanna send an email using ruby action
mailer. i have been trying it for about a day. Not achieved. so many
replies came in from google but many were beating the bushes ..
if it is not enough, look for clues in log files in railsapp/log
making sure you check logs relevant to mode you run your app, eg.
development.log
if there's nothing there you need to configure your railss application
to send mails and report errors.
My railsapp/config/environments/development.rb also has following
As regards delivery_method it might be different on your system if you
don't have email server installed on it.
You can find documentation how to configure rails to use googlemail,
so it should be easy to adapt it to your needs