mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
s*: style adjustments (#9517)
* s*: style adjustments * fix quotes * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
695b1abc8d
commit
33b9ad09d5
13 changed files with 51 additions and 40 deletions
|
@ -15,9 +15,12 @@ short_description: Sends an email with the SendGrid API
|
|||
description:
|
||||
- Sends an email with a SendGrid account through their API, not through the SMTP service.
|
||||
notes:
|
||||
- This module is non-idempotent because it sends an email through the external API. It is idempotent only in the case that the module fails.
|
||||
- Like the other notification modules, this one requires an external dependency to work. In this case, you will need an active SendGrid account.
|
||||
- In order to use O(api_key), O(cc), O(bcc), O(attachments), O(from_name), O(html_body), and O(headers) you must C(pip install sendgrid).
|
||||
- This module is non-idempotent because it sends an email through the external API. It is idempotent only in the case that
|
||||
the module fails.
|
||||
- Like the other notification modules, this one requires an external dependency to work. In this case, you will need an
|
||||
active SendGrid account.
|
||||
- In order to use O(api_key), O(cc), O(bcc), O(attachments), O(from_name), O(html_body), and O(headers) you must C(pip install
|
||||
sendgrid).
|
||||
requirements:
|
||||
- sendgrid Python library 1.6.22 or lower (Sendgrid API V2 supported)
|
||||
extends_documentation_fragment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue