darkrockmountain / gomail

GoMail is a powerful library for sending emails via multiple providers, including SMTP, Gmail API, Microsoft Graph API, SendGrid, AWS SES, Mailgun, Mandrill, Postmark, and SparkPost. Supporting attachments, plain text, and HTML content, it simplifies email integration for developers with easy setup and robust functionalities.
https://darkrockmountain.com
Apache License 2.0
4 stars 1 forks source link

refactor(providers): separate all email providers into individual packages #7

Closed JRocabruna closed 1 month ago

JRocabruna commented 1 month ago

Feature/refactor providers package

refactor(providers): separate all email providers into individual packages

Description

This pull request refactors the providers package by separating each email provider implementation into its own package. This change improves modularity and maintains a clean code structure, making it easier to manage and extend the codebase.

Checklist

Please ensure the following guidelines are met:

Additional Information

The following changes were made: