Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikechukwu-peter/node-email-sender
Send email using NodeJs and Nodemailer
https://github.com/ikechukwu-peter/node-email-sender
email email-sender nodejs pug typescript
Last synced: 14 days ago
JSON representation
Send email using NodeJs and Nodemailer
- Host: GitHub
- URL: https://github.com/ikechukwu-peter/node-email-sender
- Owner: ikechukwu-peter
- License: mit
- Created: 2022-12-30T22:07:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T12:56:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T11:16:37.278Z (2 months ago)
- Topics: email, email-sender, nodejs, pug, typescript
- Language: TypeScript
- Homepage: https://node-email-sender-webq.onrender.com/
- Size: 910 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Node Email Sender
> Send Email using NodeJs and Nodemailer
![screenshot](./public/assets/screenshot.gif)
## Built With đŠī¸
- ExpressJS
- Pug --Template Engine## Live Demo âī¸
[Live Demo Link](https://node-email-sender-webq.onrender.com/)
## Getting Started âī¸
To get a local copy up and running follow these simple example steps.
### Prerequisites
Install Node and npm using the `npm install` command on your command line, then install yarn using `npm install --global yarn`.
### Setup
Clone this repository by typing `git clone https://github.com/ikechukwu-peter/node-email-sender.git` on your terminal.
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn dev# development static files
$ yarn watch# build
$ yarn build# start
$ yarn start# lint
$ yarn lint# format
$ yarn format```
### Usage
Navigate to the project directory `cd node-email-sender`, open two terminals and run `yarn dev` in one and then `yarn watch` in the other. The `yarn watch` compiled your client TypeScript to JavaScript and watches for file changes. Or, visit the live demo at: https://node-email-sender-webq.onrender.com/
## Author
đ¤ **Ikechukwu Peter**
- GitHub: [@ikechukwu-peter](https://github.com/ikechukwu-peter)
- Twitter: [@pete_iyke](https://twitter.com/pete_iyke)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/peter-ikechukwu/)## Show your support
Give a âī¸ if you like this project!
## đ License
This project is [MIT](LICENSE) licensed.