Created
August 2, 2016 13:25
-
-
Save antoine-briand/d25bafd914be06cd847bda9ba6fc8c6d to your computer and use it in GitHub Desktop.
Revisions
-
Antoine Briand revised this gist
Aug 2, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ transport: 'SMTP', options: { service: 'Mailgun', port: 2525, auth: { user: '[email protected]', pass: 'myMailGunPassword' -
Antoine Briand created this gist
Aug 2, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ mail: { transport: 'SMTP', options: { service: 'Mailgun', port: 2525, auth: { user: '[email protected]', pass: 'myMailGunPassword' } } },