Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Microsoft CDONTS/Microsoft SMTP Service fails to send mail  (Read 2690 times)

0 Members and 1 Guest are viewing this topic.

lathu_official

  • Guest
Microsoft CDONTS/Microsoft SMTP Service fails to send mail
« on: January 06, 2014, 10:42:41 pm »
PROBLEM (Mail Enable)

Microsoft CDONTS/CDOSYS fails to send mails generated with the CDOSYS object. Some customized web forms or applications may use CDONTS to dispatch messages.

SOLUTION

CDONTS requires the Microsoft SMTP service in order to send out email. But it is not possible to have two mail servers running on port 25 and the same IP address trying to receive email at the same time.

Run the Microsoft SMTP service inbound port on something other than the MailEnable port (i.e. not port 25). Leave the outbound port as port 25, since both Microsoft SMTP and MailEnable SMTP can send email at the same time. The steps for changing the inbound port for the Microsoft SMTP service are listed below:

1) Open Internet Information Services (accessed in Windows 2000 through the Administrative Tools Control Panel folder)

2) Expand the tree view to locate "Default SMTP Virtual Server"

3)Right click on this icon and select Properties from the pop up menu.

4)In the General tab, select "Advanced" next to the IP address that the SMTP service is bound to. A new window will open up.

5)Select the IP address. Usually this is called (All Unassigned), but may be a particular IP address. This opens a new window.

6)Change the TCP Port to something other than 25.

7)Accept the changes

8)Stop and start both the Microsoft and MailEnable SMTP services.


----------
Thanks.
« Last Edit: January 07, 2014, 01:54:36 pm by lathu »