Sign inSign up

dockerkush/smtp

By dockerkush

Updated over 2 years ago

Send email using SMTP and append to Sent mailbox using IMAP

Image
0

1.0K

dockerkush/smtp repository overview

SMTP

  • Send emails using Nodemailer using SMTP.
  • All emails sent are appended to Sent using IMAP folder on email server.
  • Use Sendgrid as fallback to send emails.

Requirements

  • Personal email account SMTP and IMAP connection details

Usage

Create a .env in the root of the project with following environment variables:

  • PORT Node.js app port
  • SMTP_HOST SMTP host
  • SMTP_PORT SMTP port
  • SMTP_USER SMTP user email
  • SMTP_PASS SMTP user password
  • IMAP_HOST IMAP host
  • IMAP_PORT IMAP port
  • IMAP_USER IMAP user email
  • IMAP_PASS IMAP user password
  • SG_API_KEY SENDGRID API Key

View API Documentation on Postman

License

MIT

Tag summary

Content type

Image

Digest

sha256:2b8f7fbd7

Size

30.3 MB

Last updated

over 3 years ago

docker pull dockerkush/smtp