In our IIS 6.0, I can find "Default SMTP Virtual Server", and two items "Domains" and "Current Sessions".
Do you mean add "localhost" to the "Domains"? It should be Alias or Remote?
I don't know where 127.0.0.1 comes from?
I can change config by open properites window of "Default SMTP Virtual Server".
There is no problem when From address in not from our company email address.
There is no any problem whe we send email by outlook.
Your information seems useful. I will at least accept your solution as part of solutions
Thanks.
Main Topics
Browse All Topics





by: danmcfaddenPosted on 2007-10-30 at 12:08:39ID: 20180090
Here are a few things to look at:
1. Since you are using the object CDONTS.NewMail, you must have an instance of SMTP running as localhost. Check to see if this is true. If not, reset the SMTP config to "all available addresses"
2. Check the config to make sure that localhost (127.0.0.1) is allowed to relay, due to CDONTS.
3. Check the config to make sure that the address oF the server is allowed to relay email.
4. a 5.5.0 error can be thrown for the following reasons:
- - the user does not have permission to send an email
- - invalid TO address
- - invalid SMTP authentication account
- - the upstream SMTP server does not allow your server to relay
Dan