Registers a new SMTP mailer.
name
*
-
TextLine
(default =
None
)
Name of the Mailer.
hostname
-
BytesLine
(default =
'localhost'
)
Hostname of the SMTP host.
password
-
TextLine
(default =
None
)
A password for SMTP AUTH.
port
-
Int
(default =
25
)
Port of the SMTP server.
username
-
TextLine
(default =
None
)
A username for SMTP AUTH.
* = required