Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends an email message without having to set any properties or collections.
Syntax
private void sendMail(
str fromAddr,
str toAddr,
str subject,
str body)
Run On
Called
Parameters
- fromAddr
Type: str
The sender of the email message, which is typically the email address of the person who sends the message.
- toAddr
Type: str
The destination address of the email.
- subject
Type: str
The subject of the message.
- body
Type: str
The body of the message.