Description
-
Holds login for SMTP authentication.
Property type
-
A String value.
Syntax
-
object.Login [= value]
The Login Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSmtp. |
| value |
A String value. |
Remarks
-
Login property holds plaintext username/login that will
be sent to the server when connection is established. SMTP
protocol does not require authentication, although your
server may require it to accept your message.
This property should be used together with Password and
Authentication
properties, which also must be set in order to
authentication to the server.
|