Updated Notify_sendgrid (markdown)

Chris Caron 2020-08-03 09:58:08 -04:00
parent c6ac7852de
commit 3ab9012c71

@ -64,5 +64,6 @@ Send a sendgrid notification:
# Assuming our Authenticated Domain is example.com, we might want to
# set our {from_email} to noreply@example.com
# Assuming our {to_email} is someone@microsoft.com
apprise sendgrid:///abcd123-xyz:noreply@example.com/someone@microsoft.com
apprise -vv -t "Test Message Title" -b "Test Message Body" \
sendgrid:///abcd123-xyz:noreply@example.com/someone@microsoft.com
```