Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartzalewski/bartzalewski.com-v2-mail
Mail API to make your Contact Form work using my Portfolio!
https://github.com/bartzalewski/bartzalewski.com-v2-mail
contact-form email-sender node-mailer nodejs portfolio
Last synced: 3 days ago
JSON representation
Mail API to make your Contact Form work using my Portfolio!
- Host: GitHub
- URL: https://github.com/bartzalewski/bartzalewski.com-v2-mail
- Owner: bartzalewski
- Created: 2020-06-05T13:55:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:59:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T05:41:46.513Z (over 1 year ago)
- Topics: contact-form, email-sender, node-mailer, nodejs, portfolio
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bartzalewski.com-v2-mail
Mail API to make your Contact Form work using my Portfolio!## How to make it work?
1. Download this (make it private repo)
2. cd bartzalewski.com-v2-mail
3. npm install
4. Edit index.js:
- Add your host
- Add your email & password5. Host it for example on Heroku
6. Copy its link, go to Portfolio dir, and edit the "url"
(bartzalewski.com-v2/src/components/contact.js):
```
axios({
method: "POST",
url: "your-link.com/send",
data: {
name: name,
email: email,
message: message,
},
})
```7. Congratulations, your Contact Form sends you emails!
## Follow me!
[Website](https://www.bartzalewski.com) • [Instagram](https://www.instagram.com/bart.code) • [YouTube](https://www.youtube.com/channel/UCwkU0-_RJbS16X5pbcW-tPQ)