The LunarLoom Mail Service is responsible for sending emails within the LunarLoom microservice chat application. It utilizes Node Js, Rabbit MQ, to quickly send emails to the users.
- Sending account verification emails upon user registration
- Password reset email functionality
- Notification emails for important events within the chat application
- Integration with SMTP or transactional email services for reliable delivery
- Node JS
- nodemailer
- Rabbit MQ
- SMTP
Once the email service is running locally, it reads messages in the message queue and sends emails accordingly.
Contributions are welcome! To contribute to this project:
-
Fork the project
-
Clone the fork
git clone https://github.com/<your-username>/LunarLoom-mail-service
-
Add Upstream
git remote add upstream https://github.com/LoomingLunar/LunarLoom-mail-service
-
Craete a new branch
git checkout -b feature
-
Make your changse
-
Commit your changes
git commit -am "Add new feature"
-
Update main
git checkout main git pull upstream main
-
Rebase to main
git checkout feature git rebase main
if there is any conflict you need to fix it.
-
Push to the branch
git push origin feature
-
Create new Pull Request
LunarLoom Mail Service - Mail Service for LunarLoom End To End Encrypted Chat App.
Copyright (C) 2023 LunarLoom
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.