Skip to content

An example HTML/CSS responsive email with media content (images) sent from a NodeJS sever using emailjs and express

Notifications You must be signed in to change notification settings

jordanpgl/ExampleResponsiveEmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ExampleResponsiveEmail

This repo contains example responsive emails that can be used as a base to create your own responsive emails.

To add images, they need to be sent as attachements along with the email. If you are using NodeJS to send emails I recommend using the free emailjs library to send emails and attachments.

The NodeJS send simple email application is also available in this repo. Stored within the ExampleApplication folder. To run the app;

  • Run npm install
  • Run nodemon server.js

Requests can be sent to the POST v1/email endpoint with a request body such as;

{
  "type": "contact",
  "firstName": "Jordan",
  "lastName": "Lapointe",
  "email": "example@example.com"
}

About

An example HTML/CSS responsive email with media content (images) sent from a NodeJS sever using emailjs and express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published