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

fix: replace deprecated ioutil.ReadFile with os.ReadFile #26

Closed DarkRockMountain-admin closed 1 month ago

DarkRockMountain-admin commented 1 month ago

fix: replace deprecated ioutil.ReadFile with os.ReadFile

Description

This pull request addresses the issue of deprecated usage of io/ioutil.ReadFile by replacing it with os.ReadFile. This change ensures that the code is up-to-date with the latest Go standards.

Checklist

Please ensure the following guidelines are met:

Additional Information

Please provide any additional information or context here. If applicable, add screenshots to help explain the changes.