Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antoine-briand/d25bafd914be06cd847bda9ba6fc8c6d to your computer and use it in GitHub Desktop.
Save antoine-briand/d25bafd914be06cd847bda9ba6fc8c6d to your computer and use it in GitHub Desktop.

Revisions

  1. Antoine Briand revised this gist Aug 2, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion how-to-configure-mailgun-ghost-with-google-cloud
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    transport: 'SMTP',
    options: {
    service: 'Mailgun',
    port: 2525,
    port: 2525,
    auth: {
    user: '[email protected]',
    pass: 'myMailGunPassword'
  2. Antoine Briand created this gist Aug 2, 2016.
    11 changes: 11 additions & 0 deletions how-to-configure-mailgun-ghost-with-google-cloud
    Original 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'
    }
    }
    },