Skip to content

sagarv1997/sendgrid-email-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendGrid Email Forwarder

SendGrid email forwarder is a simple application to forward emails. This application exposes a API which can be used in the SendGrid Inbound Parser.

This application is demo for the article Creating an Email Forwarder using NodeJS and SendGrid

Installation

SendGrid email forwarder is written in NodeJS, make sure you have the necessary command lines tools installed for NodeJS.

Follow the step to install the necessary modules for the project.

Step 1: Install Node Modules

npm install

Step 3: Configure the environment file

Please refer to the .env.sample for sample file and create .env file with the necessary configuration.

Usage

Run the following command to start the server.

npm run start

About

📨 A Simple Email forwarder using SendGrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published