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

docs: fix minor documentation issues for uniformity with godoc #38

Closed JRocabruna closed 3 weeks ago

JRocabruna commented 3 weeks ago

Description

This pull request addresses minor documentation inconsistencies to improve uniformity with godoc standards. The changes include fixing typos, improving comment formatting, and ensuring that documentation is clear and concise across the codebase.

Checklist

Please ensure the following guidelines are met:

Additional Information

This update enhances the readability and consistency of the documentation, making it easier for developers to understand and use the code. No additional dependencies are required for this change.