Small email sending service in Go
316
Small service to send email through SMTP
POST /smtp/send
{
"to": [
"[email protected]"
],
"cc": [],
"bcc": [],
"subject": "Test email",
"body": "This is <b>a</b> test email",
"attachments": [
{
"name": "test.txt",
"data": "VGhpcyBpcyBhIHRlc3QgYXR0YWNobWVudA=="
}
],
"configuration": {
"host": "smtp.gmail.com",
"port": 587,
"from": "[email protected]",
"password": "p4$$w0rd"
}
}
Content type
Image
Digest
sha256:929548fdb…
Size
77.9 MB
Last updated
10 months ago
docker pull kermeth/emailer