Skip to content

Commit e12d623

Browse files
authored
Refactor Python command formatting in README
Updated the formatting of the Python command for sending Graph mail in the README.
1 parent b5f7f45 commit e12d623

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
`
201201
Send the message by removing --dry-run

0 commit comments

Comments
 (0)