Hi,

I've some problems with SMTP.

Problem 1:
I'm currently writing ASP and using CDONTS to send email out to users. I am making use of SMTP to relay the message, so i configured the web server's SMTP service smart host IP address to the company's smtp server. The problem is I cant send any mails outside the company domain, i.e. the recipient of the email address is not within company's domain it doesnt get sent out and dumped in the Badmail folder.

My web server is only available on internal IP address. How can I send mails outside the company domain without having the web server on the Internet??


Problem 2:
How can I direct the failed felivery notification to the email adddress that sent out the mail??


Please help. Thanks.