Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanpicazo/emailjs-express
https://github.com/jonathanpicazo/emailjs-express
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanpicazo/emailjs-express
- Owner: jonathanpicazo
- Created: 2022-02-28T00:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T21:06:32.000Z (over 2 years ago)
- Last Synced: 2024-10-24T17:51:34.070Z (27 days ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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