SSMTP. SMTP- SMTP-. Unix (Ubuntu hardy ) sendmail.
Ubuntu, apt-get install ssmtp, .
.
root=postmaster
mailhub=smtp.gmail.com:587
rewriteDomain=example.com
hostname=yourhostname.example.com
FromLineOverride=YES
UseTLS=YES
UseSTARTTLS=YES
AuthUser=yourgoogleuser@example.com.com
AuthPass=yourgooglepassword
environment.rb production/environment.rb:
ActionMailer::Base.delivery_method = :sendmail
ActionMailer::Base.raise_delivery_errors = true