Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brytebee/emailengine
Educational: Learning one or two about emails.
https://github.com/brytebee/emailengine
Last synced: 5 days ago
JSON representation
Educational: Learning one or two about emails.
- Host: GitHub
- URL: https://github.com/brytebee/emailengine
- Owner: brytebee
- Created: 2024-01-22T21:42:20.000Z (11 months ago)
- Default Branch: develop
- Last Pushed: 2024-04-25T12:44:01.000Z (8 months ago)
- Last Synced: 2024-10-27T20:14:17.421Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://email-engine-alpha.vercel.app
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Service
This product is a helper built from the resend email package.
It is used to send an email from an application to the email of a user. It can be extended to serve confirmation message or mass email sender.
## Arguments
It takes the following arguements:
- `from`: This defines the sender. It is used to represent the domain of the product.
- `to`: The email(s) of the recipients.
- `subject`: The subject of the email being sent.
- `firstName`: A name of the recipient to personalize the message of the email.
- `product`: The product name, app name, etc.
- `code`: A code sent to the recipient, in the event of email confirmations.## Author
1. Bright Atsighi
- [GitHub](https://github.com/brytebee)
- [LinkedIn](https://linkedin.com/in/brytebee)