Batch mail sending utility with configurable settings.
• GitHub: https://github.com/sergdrozdov/mail-daemon
{
"MailServer": {
"SmtpHost": "<SMTP server>",
"SmtpPort": 587,
"SmtpUsername": "<username>",
"SmtpPassword": "<password>",
"SmtpEnableSSL": false
},
"App": {
"MailProfile": "mailSettings_Default.json"
},
"Operator": {
"address": "<valid email address>",
"name": "<name>"
}
}
{
"sender":
{
"address": "<mail address>",
"name": "<name>"
},
"subject": "<subject>",
"template": "<path to mail template>",
"attachments": [
{
"path": "<path to file>",
"filename": "<file name>"
}
],
"recipients": [
{
"address": "<mail address>",
"name": "<name>",
"subject": "<subject override parent>",
"company": "<company>"
"template": "<path to mail template override parent>"
"attachments": [
{
"path": "<path to file>",
"filename": "<file name>"
}
],
}
],
"replace": {
"text1": "<replace text>",
"text2": "<replace text>"
}
}
MailDaemon.exe -v
MailDaemon.exe -v -d
MailDaemon.exe -v -d -gp -p custom-profile.json