net.setSmtpServerSettings
Description
Set SMTP email server settings before using net.sendEmail.

Parameters
serverAddress string
username string
password string

Return value
none

Example

Comments
For security reasons, these settings are cleared automatically on operator login and whenever the scripts are reloaded from the server.

See also
net.sendEmail
net.clearSmtpServerSettings

Back