Include a concise explanation about the Tech Stack employed.
- .github: GitHub workflows for CI/CD automation.
- licenses: This is where you can find all licenses for packages/libraries I have taken inspiration/code from.
- src/MailEase: Core functionality and business logic of the MailEase application.
- src/MailEase/Providers: Implementations of various email providers.
- src/MailEase/Providers/Amazon: Integration with Amazon SES for sending emails.
- src/MailEase/Providers/Infobip: Integration with Infobip for sending emails.
- src/MailEase/Providers/Mailgun: Integration with Mailgun for email delivery (WIP, and untested).
- src/MailEase/Providers/Mailtrap: Integration with Mailtrap for email sending, testing and debugging.
- src/MailEase/Providers/Microsoft: Integration with Microsoft Azure Communication Services Email.
- src/MailEase/Providers/SendGrid: Integration with SendGrid for email delivery.
- src/MailEase/Providers/Smtp: Integration with SMTP servers for email sending.
- WIP
1.Clone the MailEase repository:
git clone https://github.com/Eiromplays/MailEase
Thanks goes to these wonderful people (emoji key):
Eirik Sjøløkken 💻 📖 |
||||||
|
This project follows the all-contributors specification. Contributions of any kind welcome!
This project is licensed under the MIT License - see the MIT License file for details.