core.send_email_smtp
Send email using SMTP.
Secrets
Required secrets:smtp: required valuesSMTP_HOST,SMTP_PORT,SMTP_USER,SMTP_PASS.
Inputs
Body content of the email
List of recipient email addresses
Email address of the sender
Subject of the email
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.Recipient(s) to be copied in the BCC fieldDefault:
null.Recipient(s) to be copied in the CC fieldDefault:
null.Email content type (‘text/plain’ or ‘text/html’). Defaults to ‘text/plain’.Default:
"text/plain".Allowed values: text/plain, text/html.Enable SMTP authenticationDefault:
false.Enable SSL for secure connectionDefault:
false.Enable STARTTLS for secure connectionDefault:
false.Additional email headersDefault:
null.Ignore SSL certificate errorsDefault:
false.Email address(es) to be used in the Reply-To fieldDefault:
null.Email address prefix of the senderDefault:
null.Timeout for SMTP operations in secondsDefault:
null.