Thread: SMTP with ports
View Single Post
  #1 (permalink)  
Old 03-22-2007, 12:22 PM
aniltumati aniltumati is offline
Junior Member
 
Join Date: Mar 2007
Location: Bangalore, India
Posts: 3
Default SMTP with ports

Email facility with SMTP with ports
Currently the system allows to configure the SMTP mail server, but does not provide support for a different port.

By Default the SMTP runs on port 25, Most of the organization including ours run on a different port for security reasons.

The application should provide interface and support for configuring and using different ports.

Here is one example where the smtp port can be configured and used.
SMTP Mail Manager - The Code Project - C# Libraries
Reply With Quote