Skip to content

Mandrill Configuration

dfmcphee edited this page Dec 2, 2014 · 1 revision

Mandrill Configuration

Sign up for a Mandrill account and generate a new API token

Add the something like the following to your secrets.json file, replacing the pass field with your API token:

"mailer": {
  "fromAddressUsername": "noreply"
  , "transport": {
      "type": "mandrill"
    , "options": {
      "auth": {
        "pass": "********************"
      }
    }
  }
},
Clone this wiki locally