smtp_password is Optional in 'std.email'.

Change-Id: If2ae751780eb99f04f920ebb6b7e121225a81280
This commit is contained in:
Marc Gariepy 2019-04-10 11:36:29 -04:00
parent 30667396e4
commit 9c65b7d271
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ Sends an email message via SMTP protocol.
- **html_body** - Text containing the message in HTML format. *Optional*.
- **from_addr** - Sender email address. *Required*.
- **smtp_server** - SMTP server host name. *Required*.
- **smtp_password** - SMTP server password. *Required*.
- **smtp_password** - SMTP server password. *Optional*.
Example: