Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Send email to MockSMTP
  2. config.action_mailer.delivery_method = :smtp
  3. ActionMailer::Base.smtp_settings = {
  4. :address => "localhost",
  5. :port => 1025,
  6. :domain => "localhost"
  7. }
Add Comment
Please, Sign In to add comment