clever-email
Version:
E-mail system for CleverStack
34 lines (32 loc) • 968 B
JSON
{
"clever-email": {
"cc": true,
"bcc": true,
"text": false,
"systems": {
"Mandrill": {
"isActive": true,
"apiKey": "you api key",
"async": false
},
"SendGrid": {
"isActive": false,
"apiUser" : "you api user",
"apiKey" : "you api key"
},
"MailGun": {
"isActive": false,
"domain" : "you domain",
"apiKey" : "you api key"
}
},
"default": {
"noReply": "true",
"from": "no-reply@app.cleverstack.io",
"fromName": "CleverStack",
"subject": "CleverStack: Autogenerated Notification",
"tplName": "default",
"logo": "http://app.cleverstack.com/images/logo.png"
}
}
}