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

Hotfix/msgraph sdk update #66

Closed JRocabruna closed 1 month ago

JRocabruna commented 1 month ago

Description

Updated users.NewItemSendmailPostRequestBody() to users.NewItemSendMailPostRequestBody() in msgraph-sdk-go v1.46.0 to resolve method deprecation issue. Also refactored code to consolidate usage of github.com/darkrockmountain/gomail/common in the microsoft365 package for improved organization.

Checklist

Please ensure the following guidelines are met: