core.send_email_smtp
Send email using SMTP.
Secrets
Required secrets:smtp: required valuesSMTP_HOST,SMTP_PORT,SMTP_USER,SMTP_PASS.
Inputs
string
required
Body content of the email
array[string]
required
List of recipient email addresses
string
required
Email address of the sender
string
required
Subject of the email
map[string, array[string]] | null
Key-value pairs of allowed attributes to add to the email body. e.g. {’*’: [‘style’]}. This allows all tags to have a style attributeDefault:
null.string | array[string] | null
Recipient(s) to be copied in the BCC fieldDefault:
null.string | array[string] | null
Recipient(s) to be copied in the CC fieldDefault:
null.string
Email content type (‘text/plain’ or ‘text/html’). Defaults to ‘text/plain’.Default:
"text/plain".Allowed values: text/plain, text/html.boolean
Enable SMTP authenticationDefault:
false.boolean
Enable SSL for secure connectionDefault:
false.boolean
Enable STARTTLS for secure connectionDefault:
false.map[string, string] | null
Additional email headersDefault:
null.boolean
Ignore SSL certificate errorsDefault:
false.string | array[string] | null
Email address(es) to be used in the Reply-To fieldDefault:
null.string | null
Email address prefix of the senderDefault:
null.number | null
Timeout for SMTP operations in secondsDefault:
null.