How do you specify a different port, other than 25, when preparing a message to be sent using the SmtpMail class? Is it simply appended to the end of the SmtpServer property with a colon
Any help appreciated..
-D
Andrew Baum - 14 May 2004 23:23 GMT
DevonS,
Unfortunately, you can not specifiy a port other than 25 with
System.Web.Mail.SmtpMail class. You might look into CDOSYS if you need to
do that.
-Andrew
http://abaum.com/blog
DevonS - 17 May 2004 15:51 GMT
Thank you... I'll do that
-D