Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jason-horvath/mailman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailman

This is a simple API for sending email with Node and Express.

Making a Request

In order to succussfully making a request the the api/email/send/ POST endpoint, there must be a transport_key submitted in the request body which is the AES excrypted value of the EMAIL_SEND_PASS and EMAIL_SEND_SEC values in the .env.

Example Request Body

{
    "subject": "Mailman test email",
    "heading": "This is a test heading from mailman repo",
    "message": "Hello there, this is the test message",
    "transport_key": "YOUR_ENCRYPTED_KEY_HERE"
}

About

Simple sending of email with enpdoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published