Description
-
Holds password for SMTP authentication.
Property type
-
A String value.
Syntax
-
object.Password [= value]
The Password Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSmtp. |
| value |
A String value. |
Remarks
-
Password property holds plaintext password 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 Login and Authentication
properties, which also must be set in order to
authentication to the server.
|