https://github.com/brytebee/emailengine
Educational: Learning one or two about emails.
https://github.com/brytebee/emailengine
Last synced: 11 months 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 (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-05T14:12:54.000Z (over 1 year ago)
- Last Synced: 2025-03-05T14:35:29.739Z (over 1 year 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)