posted on Tuesday, November 16, 2004 2:07 PM
by
Andrew Scott
Change SMTP Port of System.Web.Mail
I am using System.Web.Mail to send a email but my mail server is running on a different server and it requires authentication through the regular port 25.
But I can send w/o authentication on a different port with a trusted IP address.
Has anyone changed the port that the the .net framework sends mails through.
Andy