Sign inSign up

kermeth/emailer

By kermeth

Updated 10 months ago

Small email sending service in Go

Image
Developer tools
Web servers
0

316

kermeth/emailer repository overview

Emailer

Small service to send email through SMTP

Usage

Send email
  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"
      }
}

Source

Tag summary

Content type

Image

Digest

sha256:929548fdb

Size

77.9 MB

Last updated

10 months ago

docker pull kermeth/emailer