SmtpModeSendEmail
class flow_api.connector_inputs.SmtpModeSendEmail(from_=None, to=None, cc=None, bcc=None, subject=None, text=None, html=None, attachments=None)
Base class: dict
Send an email. Discriminated-union branch (mode_name='send_email'); a dict subclass that auto-injects the discriminator.
Parameters
| Name | Type | Description |
|---|---|---|
| attachments | Optional | |
| bcc | Optional | |
| cc | Optional | |
| from_ | Optional | |
| html | Optional | |
| subject | Optional | |
| text | Optional | |
| to | Optional |