Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
  2. config.action_mailer.smtp_settings = {
  3. address: 'smtp.gmail.com',
  4. port: 587,
  5. user_name: '<username>',
  6. password: '<password>',
  7. authentication: 'plain',
  8. enable_starttls_auto: true }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement