Online Product Info
SMTPPass Property

Description
The SMTPPass property gets passed onto mail servers that require authentication. It must always be used along with SMTPUser, but only when a mail server requires authentication.

Note: website visitors WILL NOT BE ABLE TO SEE YOUR USERID AND PASSWORD. While this information is added to the HTML of your page, the entire Auto DB tag will be removed before your form is sent to a visitor's web browser.

Auto DB supports PLAIN and LOGIN authentication only at this time which are the two most popular forms of authentication. 

Usage
See Listing A for an example of the SMTPPass property in the Auto DB control tag.

<cc1:AutoDB id="AutoDB1" runat="server" MailServer="mail.mycompany.com" AR_ToAddr="user@company.com" AR_FromAddr="hr@mycompany.com" SMTPUser="MyUserID" SMTPPass="MyPass"> </cc1:AutoDB>
Listing A

Related Properties

SMTPUser

 

© copyright 2004 360 IMPACT. All rights reserved.