Experimental Optional attachmentsArray of attachment objects.
Optional bccComma separated list or array of recipients e-mail addresses that will appear in the "Bcc:" field.
Optional ccComma separated list or array of recipients' e-mail addresses that will appear in the "Cc:" field.
Optional dateDate value, current UTC string will be used if not set.
Optional encodingTransfer encoding for the textual parts.
Optional fromThe e-mail address of the sender. E-mail addresses can be plain 'sender@server.com' or formatted 'Sender Name sender@server.com'.
Optional headersObject or array with additional headers.
Optional htmlThe HTML version of the message.
Optional priorityPriority of the e-mail.
Optional replyE-mail address that will appear in the "Reply-To:" field.
Optional senderE-mail address that will appear in the "Sender:" field.
Optional subjectSubject of the e-mail.
Optional textPlaintext version of the message.
Optional toComma separated list or array of recipients' e-mail addresses that will appear in the "To:" field.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Represents configurations for sending an e-mail. This interface is compatible with
Mail.Optionsofnodemailer. This API is experimental and might change in newer versions. Use with caution.