Hosting News & Commentary Hosting News & Commentary Hosting News & Commentary
My Top 3

This is to help you setup SMTP email using either sendmail Godaddy in Ruby on Rails. RoR as usual makes it very easy for us to do that.

  1. Open ROOT/config/environment.rb file
  2. For sendmail, add following lines -
    :domain  => Godaddy, add following lines - = :smtp
    :address => />:domain  => />:port      => 80,
    :user_name => />:password => ‘yourpassword’,
    :authentication => :plain
    }
  3. Save and restart your webserver. You are all set.

Remember that you can only send 300 emails per day Godaddy, so if you need to send more emails, you will have to use sendmail or some other solution.

Regards,

Rajat

Tag: go daddy

  1. No user reviews yet.


Leave a Reply