
SMTP Authentication using AspEmail
How to authenticate with an SMTP server using AspEmail
|
|
|
AspEmail provides two properties, Username and Password, through
which user credentials are specified.
%
...
Mail.Username = "Administrator"
Mail.Password = "password"
...
Mail.Send
%
|
|
|
|

|
|
|
Information courtesy AspEmail Support Page at http://www.aspemail.com.
|
|
|
|
|