A mass mailing system
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
It offeres the following functionalities:
- An endpoint that can be used to subscribe users to the mailing service.
- Sender has the ability to modify content and subject of the email.
- Sending of emails to a group of recipients based on what is stored in the database.
- Adding new receipients of a given email.
To run the project...
Please ensure you first have there installed before running the project locally.
- npm/bun/yarn
- php v8.2^
- composer
- sqlite
- Clone the repo and navigate to the TransitTrack directory
git clone https://github.com/LancemDev/TransitTrack
- Run necessary commands for the project
composer start
And that's it!
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Lance Munyao - @Lance_Munyao - munyaolance1@gmail.com Project Link: https://github.com/LancemDev/mailing-system