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.
fix(security): update supported versions in SECURITY.md
Description
This pull request updates the SECURITY.md file to correct the supported versions, listing only v0.5.2 and above as maintained. This change addresses the inaccurate information regarding the currently supported versions after the migration to GitHub from GitLab.
Related Issue: Closes #3
Type of Change:
Bug fix (non-breaking change which fixes an issue)
Checklist
Please ensure the following guidelines are met:
[x] The code follows the style guidelines of this project.
[x] A self-review has been performed on the code.
[x] The code is well-documented, and comments have been added where necessary.
[ ] Tests have been added to prove that the fix is effective or that the feature works. All existing tests pass.
[x] Commit messages follow the convention type(scope): description.
[x] The pull request has no conflicts with the base branch.
[ ] Any dependent changes have been merged and published in downstream modules.
Additional Information
This update ensures that the SECURITY.md file reflects the accurate supported versions, improving the clarity and correctness of the security policy documentation. No additional dependencies are required for this change.
Fix/update security policy
fix(security): update supported versions in SECURITY.md
Description
This pull request updates the
SECURITY.md
file to correct the supported versions, listing onlyv0.5.2
and above as maintained. This change addresses the inaccurate information regarding the currently supported versions after the migration to GitHub from GitLab.Checklist
Please ensure the following guidelines are met:
type(scope): description
.Additional Information
This update ensures that the
SECURITY.md
file reflects the accurate supported versions, improving the clarity and correctness of the security policy documentation. No additional dependencies are required for this change.