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

[BUG] - Method name change in msgraph-sdk-go v1.46.0 #65

Closed DarkRockMountain-admin closed 1 week ago

DarkRockMountain-admin commented 1 month ago

Describe the bug

The update to github.com/microsoftgraph/msgraph-sdk-go v1.46.0 has renamed the method users.NewItemSendmailPostRequestBody() to users.NewItemSendMailPostRequestBody() in the package github.com/microsoftgraph/msgraph-sdk-go/users.

To Reproduce Steps to reproduce the behavior:

  1. Update github.com/microsoftgraph/msgraph-sdk-go from v1.45.0 to v1.46.0.
  2. Navigate to the code that calls the library.
  3. Encounter an error indicating that users.NewItemSendmailPostRequestBody is not found.

Expected behavior The method NewItemSendmailPostRequestBody should exist and function correctly as before, albeit under its new name NewItemSendMailPostRequestBody.

Additional context The method NewItemSendmailPostRequestBody has been renamed to NewItemSendMailPostRequestBody in the latest version of github.com/microsoftgraph/msgraph-sdk-go. Please update your code to use the new method name in the users package to ensure compatibility with v1.46.0 of the SDK.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 week ago

This issue was closed because it has been inactive for 14 days since being marked as stale.