https://github.com/dzenis-h/contact-form
Server-side logic for receiving emails through SMTP protocol.
https://github.com/dzenis-h/contact-form
expressjs hbs javascript nodejs smpt-server
Last synced: 7 months ago
JSON representation
Server-side logic for receiving emails through SMTP protocol.
- Host: GitHub
- URL: https://github.com/dzenis-h/contact-form
- Owner: dzenis-h
- Created: 2023-06-15T06:41:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T09:37:23.000Z (over 1 year ago)
- Last Synced: 2024-11-17T15:56:33.857Z (11 months ago)
- Topics: expressjs, hbs, javascript, nodejs, smpt-server
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
# Node mail [contact-form] 📧## Overview 📖
Node mail is a server-side logic for receiving form-data and formatting it into a template to send it as an email with the help of the 'node-mailer' package. 📩## Tech Stack 💻
| Tech | Docs | Description |
| --- | --- | --- |
|  | [Node.js](https://nodejs.org/en/docs/) | JavaScript runtime built on Chrome's V8 JavaScript engine. |
|  | [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | High-level, often just-in-time compiled, and multi-paradigm programming language. |
|  | [SMTP Server](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol) | A protocol for sending email messages between servers. |
|  | [Handlebars](https://handlebarsjs.com/) | A popular templating engine that is powerful, simple to use and has a large community. |
|  | [Express.js](https://expressjs.com/) | A back-end web application framework for Node.js. |## Contributing 🤝
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
1. Fork the repository. 🍴
2. Create a new branch. 🌵
3. Make your changes and test them thoroughly. 👨💻
4. Submit a pull request. ✔## License 📄
This project is licensed under the terms of the [MIT license](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing).## Credits 👾
Node mail was created by [Dzenis H.](https://www.dzenis.tech)If you like what you see, please consider giving a ⭐️