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(examples): update examples for refactored components #28

Closed JRocabruna closed 3 months ago

JRocabruna commented 3 months ago

Description

This pull request updates the examples to reflect the recent changes in the project structure. The examples have been updated to use the new structure and demonstrate the correct usage of the refactored components.

Checklist

Please ensure the following guidelines are met:

Additional Information

This update improves the clarity and usability of the examples, ensuring they are aligned with the latest changes in the project structure. The updated examples serve as a better guide for users to understand how to integrate and use the gomail library effectively.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #28   +/-   ##
========================================
  Coverage    92.31%   92.31%           
========================================
  Files           14       14           
  Lines          807      807           
========================================
  Hits           745      745           
  Misses          34       34           
  Partials        28       28           
Flag Coverage Δ
unittests 92.31% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.