M365cde.GraphMail
1.0.1
This function can be used for sending e-mails over Microsoft Graph. It is using the Microsoft.Graph module with the cmdlet Send-MgUserMail to send e-mails over Microsoft Exchange Online. It could be used within a script or a Azure Automation Runbook. There are multiple parameters available to customize the mail. The sender, recipient, CC, BCC, subject, content, attach
This function can be used for sending e-mails over Microsoft Graph. It is using the Microsoft.Graph module with the cmdlet Send-MgUserMail to send e-mails over Microsoft Exchange Online. It could be used within a script or a Azure Automation Runbook. There are multiple parameters available to customize the mail. The sender, recipient, CC, BCC, subject, content, attachment, importance, and reply to address can be customized.
Show more
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2024 Dominik Gilgen. All rights reserved.
Package Details
Author(s)
- Dominik Gilgen
Tags
Functions
PSEditions
Dependencies
-
- Microsoft.Graph.Authentication (>= 2.15.0)
- Microsoft.Graph.Users.Actions (>= 2.15.0)
Release Notes
v1.0.1 - 2024-05-21
Change the module check onto Microsoft.Graph.Authentication and Microsoft.Graph.Users.Actions, so only those are required to run the function.
v1.0.0 - 2024-05-21
First final release of the module.
v0.0.1 - 2024-05-21
Initial release of the module.
FileList
- M365cde.GraphMail.nuspec
- M365cde.GraphMail.psd1
- M365cde.GraphMail.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 (current version) | 24 | 5/21/2024 |