Skip to content

TechJosh/SMTPSendGridRelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMTP to SendGrid Relay

Allows incoming email on a port (25) to be relayed to SendGrid for distribution.

Configuration

Rename the .env.sample file to .env and ensure that the following environment variables are set in the .env file:

SSGR_PORT=25
SENDGRID_API_KEY=SG.123abc-helloworld

Running standalone

Execute the following from the app folder to install dependencies and start the server:

npm install
npm start

Docker build command

From the root folder execute:

docker build -t your-repo-tag -f docker/Dockerfile .

Docker compose setup

From the docker folder execute:

docker-compose up -d

NPM Packages and Resources Used

About

Relay to push from SMTP to SendGrid

Resources

License

Stars

Watchers

Forks

Packages

No packages published