Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ActionMailer::Base.smtp_settings = {
  2. port: 587,
  3. address: "smtp.sendgrid.net",
  4. user_name: ENV['NF_SENDGRID_USERNAME'],
  5. password: ENV['NF_SENDGRID_PASSWORD'],
  6. domain: ENV['NF_SENDGRID_DOMAIN'],
  7. authentication: :plain,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement