Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

github.com/VAISHAKH-GK/msg-grid-email

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/VAISHAKH-GK/msg-grid-email

Source
Go Modules
Version
v0.0.0-20231224031244-7f593522ee3f
Version published
Created
Source

#+TITLE: MSG Grid Email #+AUTHOR: Vaishakh GK #+DESCRIPTION: Email service for Microservice chat application #+STARTUP: overview

The Msg Grid Email Service is responsible for sending emails within the msg-grid microservice chat application. It utilizes go,rabbitm mq,to quickly send emails to the users.

  • Table of Contents :toc:
  • [[#features][Features]]
  • [[#technologies-used][Technologies Used]]
  • [[#usage][Usage]]
  • [[#contributing][Contributing]]
  • [[#license][License]]
  • [[#contact][Contact]]
  • Features
  • 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
  • Technologies Used
  • Go
  • Rabbit MQ
  • SMTP
  • Usage Once the email service is running locally, it reads messages in the message queue and send emails accordingly.

  • Contributing Contributions are welcome! To contribute to this project: ***** 1. Fork the project ***** 2. Clone the fork #+begin_src bash git clone https://github.com//msg-grid-email.git #+end_src ***** 3. Add Upstream #+begin_src bash git remote add upstream https://github.com/VAISHAKH-GK/msg-grid-email #+end_src ***** 4. Craete a new branch #+begin_src bash git checkout -b feature #+end_src

***** 5. Make your changse ***** 6. Commit your changes #+begin_src bash git commit -am "Add new feature" #+end_src ***** 7. Update main #+begin_src bash git checkout main git pull upstream main #+end_src ***** 8. Rebase to main #+begin_src bash git checkout feature git rebase main #+end_src ***** 9. Push to the branch #+begin_src bash git push origin feature #+end_src ***** 10. Create new Pull Request

  • License [[file:LICENSE][The GPLv3 License (GPLv3)]]

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.

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/gpl-3.0][GPLv3]].

FAQs

Package last updated on 24 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts