emails.send()
Send custom HTML emails to one or more recipients.Parameters
to(string | string[], required) - Recipient email(s), max 50 recipientssubject(string, required) - Email subject line, max 500 charactershtml(string, required) - HTML content of the emailcc(string | string[], optional) - CC recipient(s), max 50 recipientsbcc(string | string[], optional) - BCC recipient(s), max 50 recipientsfrom(string, optional) - Custom sender name, max 100 charactersreplyTo(string, optional) - Reply-to email address, must be a valid email address
When Custom SMTP is enabled for your project, the
from field is ignored — the sender name and email are always taken from your SMTP configuration to prevent spoofing through your server.