Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanpicazo/emailjs-express


https://github.com/jonathanpicazo/emailjs-express

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# EmailJS Express
An Express app responsible for sending emails on my portfolio page. This express app uses EmailS's rest api and is hosted on Heroku.

The environment variables needed to recreate this app are:
```
EMAILJS_USER_ID="user_xxxxxxxxx"
EMAILJS_SERVICE_ID="service_xxxxxx"
EMAILJS_TEMPLATE_ID="template_xxxxxx"
EMAILJS_ACCESS_TOKEN="access_token"
```
These should all be supplied by EmailJS