Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP send mail using IMail?

Status
Not open for further replies.

srkk

IS-IT--Management
Sep 18, 2002
14
Hi,

My hosting server using IMail server, they done something on IIS SMTP service. Whenever I try to send mail using cdonts.newmail by using ASP Script then I got permission denied error message.

After I discuss with my hosting company, then insist me to use the IMail to send mail through web page. But the problem is I didn't know the coding to send mail using IMail.

Please help...
 
src=
IMail - ASP forms using CDONTS to send mail won't work.

This is a known issue caused by a conflict between IMail and Microsoft SMTP. Ipswitch has created a protocol to resolve the conflict by configuring Microsoft SMTP to monitor a different incoming port…

Open the properties for the Microsoft SMTP service.
On the "General" tab, click the "Advanced" button next to the IP address and set the TCP port to any unused port, such as 2525.
On the "Access" tab, verify that the "Relay" list includes the IP address(es) of the virtual web servers.
The outgoing port should remain 25.
Enable the Microsoft SMTP service.

____________________________________________________
The most important part of your thread is the subject line.
Make it clear and about the topic so we can find it later for reference. Please!! faq333-3811

onpnt2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top