Sending E-mail
mail
subject=subject
from=from
to=to
cc=cc
bcc=bcc
replyTo=replyTo
type=type
server=server
port=port
username=username
password=password
useTls=tls
usessl=ssl
async=false {
writeOutput(emailBody);
};Connecting to SMTP Services Using SSL or TLS
Last updated
Was this helpful?