Project

General

Profile

Download (234 Bytes) Statistics
| Branch: | Tag: | Revision:
config.action_mailer.smtp_settings = {
:address => 'smtp.example.com',
:port => 25,
:domain => 'www.example.com',
:authentication => :login,
:user_name => 'www',
:password => 'secret'
}
(3-3/6)