Send mail asp classic

Hey

Thought I would ask here since we are using the VPS hosting.

At the moment we use CDO to send mail for all our sites, but having a few problems with it.
For our contact form we prefer to have the sender as the person who is trying to contact us, so we can easily reply.

test_mail.asp works fine, but as soon as we change the To email it starts failing with "550 Requested action not taken: mailbox unavailable or not local".

Just wondering if anyone can give any hints to where the problem is .

Regards,
Soeren
 
Likely it is that you are trying to mail using the local server, and it won't send with mainenable services(if you have plesk)
Workaround:

Use MS SMTP server, you may need to do the install of it from add/remote programs windows components section, then edit it in advanced properties to use port 2525 instead of 25, and then you can send using COSYS without auth or CDONTS from the local machine. And listening on port 2525 it won't conflict with mailenable.
 
Back
Top