Gandi Wiki


You are on a question's page

GandiMail FAQ
new

Question "ruby on rails mailer config", by guillaume f.

I couldn't find how to add a new page on this wiki (maybe I just don't have permission), but that should be interesting to anyone writing ruby on rails application.

since I struggled a bit to find the right smtp settings for action mailer, I thought I d write them here:

ActionMailer::Base.smtp_settings = {

:address => "mail.gandi.net",
:port => 587,
:authentication => :login,
:user_name => 'USERNAME',
:domain=>'DOMAIN.LTD',
:password => 'PASSWORD',
:enable_starttls_auto=>true

}

any one who has permission to write wiki pages, feel free to copy this anywhere you think is relevant

Last modified: 23 Feb 2010 at 16:23 by guillaume f.