If you don't have access to a local SMTP server, you should be able to look up the recipient's MX record via DNS to get the details of their SMTP server, and then connect directly to it using System.Net.Mail to send the mail. Here's an example of how to do the DNS lookup: http://www.eggheadcafe.com/articles/20050129.asp Hope this helps Jason
_____ From: Harman Singh [mailto:[EMAIL PROTECTED] Sent: 11 March 2005 19:16 To: [email protected] Subject: RE: [AspNetAnyQuestionIsOk] Sending email from asp.net System.web.mail is already included... --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site! [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=12953prpd/M=298184.6018725.7038619.3001176/D=gr oups/S=1705006764:HM/EXP=1110654950/A=2593423/R=0/SIG=11el9gslf/*http://www. netflix.com/Default?mqso=60190075> click here <http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S= :HM/A=2593423/rand=156118009> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] e> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
