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

feature/update examples #31

Closed JRocabruna closed 4 weeks ago

JRocabruna commented 4 weeks ago

Description

This pull request includes updates to the example folders by adding Dependabot configuration to run on the examples as well. Additionally, the README file within the /.example folder have been updated to reflect these changes and provide clearer instructions.

Checklist

Please ensure the following guidelines are met:

Additional Information

The updates include adding a .github/dependabot.yml configuration file to the example folders to ensure Dependabot runs on them. The README files in these folders have been updated to provide information on how Dependabot works with the examples and any additional setup required.