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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name M365cde.GraphMail

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name M365cde.GraphMail

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2024 Dominik Gilgen. All rights reserved.

Package Details

Author(s)

  • Dominik Gilgen

Tags

PowerShell Module Automation

Functions

Send-M365cdeMail

PSEditions

Desktop Core

Dependencies

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

Version History

Version Downloads Last updated
1.0.1 (current version) 24 5/21/2024