Guest User

Untitled

a guest
Apr 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. config.action_mailer.delivery_method = :smtp
  2. config.action_mailer.smtp_settings = {
  3. :domain => "mydealbook.com",
  4. :perform_deliveries => true,
  5. :address => 'smtp.engineyard.com',
  6. :port => 25
  7. }
Add Comment
Please, Sign In to add comment