Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

John http://www.red91.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

rails sendmail settings

   1  
   2  config.action_mailer.raise_delivery_errors = true
   3  ActionMailer::Base.delivery_method = :sendmail
   4  ActionMailer::Base.sendmail_settings = {
   5      :location       => '/usr/sbin/sendmail',
   6      :arguments      => '-i -t'
   7  }
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS