File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,14 +188,14 @@ $env:ENTRA_CLIENT_SECRET = [System.Net.NetworkCredential]::new(
188188 $secureSecret
189189).Password
190190
191- python .\send_graph_mail.py `
192- --tenant-id "00000000-0000-0000-0000-000000000000" `
193- --client-id "11111111-1111-1111-1111-111111111111" `
194- --sender "notifications@contoso.com " `
195- --recipient "analyst@contoso.com " `
196- --subject "Microsoft Graph mail validation" `
197- --body "This is an authorized app-only Microsoft Graph email test." `
198- --acknowledge-authorized-mailbox `
191+ python .\send_graph_mail.py
192+ --tenant-id "00000000-0000-0000-0000-000000000000"
193+ --client-id "11111111-1111-1111-1111-111111111111"
194+ --sender "notifications@contoso.com "
195+ --recipient "analyst@contoso.com "
196+ --subject "Microsoft Graph mail validation"
197+ --body "This is an authorized app-only Microsoft Graph email test."
198+ --acknowledge-authorized-mailbox
199199 --dry-run
200200`
201201Send the message by removing --dry-run
You can’t perform that action at this time.
0 commit comments