Back to product page

Login Property


Holds login for SMTP authentication.

Type

String

Syntax

  • Basic
object.Login [= value]
The Login(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
valueA 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.

Platforms

Windows