mail.send
mail.send(recipients, subject, message)
– (7.1 and later)
Sends an email. recipients
is a single string containing an email address, or a list of email address strings; subject
is the subject line to use in the email; message
is the message contents.
BMC Atrium Discovery must be correctly configured with an SMTP server for email sending to succeed. Note that sending a large number of emails could potentially impact performance and therefore should be used with caution.
Was this page helpful? Yes No
Submitting...
Thank you
Comments