Advertisement
vsokoltsov

Untitled

Feb 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. config.action_mailer.delivery_method = :mailgun
  2. config.action_mailer.mailgun_settings = {
  3. api_key: 'api-myapikey',
  4. domain: 'mydomain.com',
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement