Skip to content

Instantly share code, notes, and snippets.

@aalvesjr
Created July 31, 2012 04:48
Show Gist options
  • Select an option

  • Save aalvesjr/3213728 to your computer and use it in GitHub Desktop.

Select an option

Save aalvesjr/3213728 to your computer and use it in GitHub Desktop.
Envio de email no WebbyNode usando RAILS e SendMail
config.action_mailer.delivery_method = :sendmail
config.action_mailer.sendmail_settings = {
:location => '/usr/sbin/sendmail',
:arguments => '-i -t'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment