byoung Posted November 25, 2003 Posted November 25, 2003 What if my email server requires userid and password to send mail? Anyway to specify it in the Mail.SmtpMail object? Quote
Threads Posted November 25, 2003 Posted November 25, 2003 If you don't need to send attachments, you may find useful information here: http://www.codeproject.com/useritems/SMTP_with_Authentication.asp I have not tried it myself, however. Quote mov ax, 13h int 10h
Threads Posted November 25, 2003 Posted November 25, 2003 (edited) Also, check this example out: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1725&lngWId=10 Another option would be to get a separate email component already available. One that I found that looks really good is devmail.net. They have a free version that still seems superior to System.Web.Mail. Edited November 25, 2003 by Threads Quote mov ax, 13h int 10h
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.