SMTP Authentication using AspEmail
How to authenticate with an SMTP server using AspEmail

From the AspEmail Support Page at http://www.aspemail.com :

AspEmail's Authentication Support

AspEmail provides two properties, Username and Password through which user credentials are specified.

%
...
Mail.Username = "Administrator"
Mail.Password = "He11o@World!"
...
Mail.Send
%