D
DagL
Hello again!
I have implemented my code in my program. I use a exception handler, and
catches the error messages. In fact, I have developed the code in VB, and
later converted it into COBOL code for my real program..... But, that is
another story.
After we have sent the relase out, we get some feedback from some customers
that we dont like. Some of them get rejections on external email adresses.
For instance, the SMTP server could be like: smtp.firmhost.no
The "firmhost.no" is a domain for the company.
Some employees has private adresses, and some have company adresses.
A company adress could be: (e-mail address removed)
A private adress could be: (e-mail address removed)
The email is sent correct to the employees that use a company adress. But,
when sending to a employee with a private adress, the send-command (e.g.
objMail.Send) returns an exception. The error code is 527, and the error
description is:
"The server rejected one or more recipient adrdresses. The server response
was: 550 5.1.1 User unknown..."
I have not set the port, so that is default. We does not use any
authentication for outgoing messages. Could this be the error?
Does anyoune has a tip for what to do?
Regards
DagL
I have implemented my code in my program. I use a exception handler, and
catches the error messages. In fact, I have developed the code in VB, and
later converted it into COBOL code for my real program..... But, that is
another story.
After we have sent the relase out, we get some feedback from some customers
that we dont like. Some of them get rejections on external email adresses.
For instance, the SMTP server could be like: smtp.firmhost.no
The "firmhost.no" is a domain for the company.
Some employees has private adresses, and some have company adresses.
A company adress could be: (e-mail address removed)
A private adress could be: (e-mail address removed)
The email is sent correct to the employees that use a company adress. But,
when sending to a employee with a private adress, the send-command (e.g.
objMail.Send) returns an exception. The error code is 527, and the error
description is:
"The server rejected one or more recipient adrdresses. The server response
was: 550 5.1.1 User unknown..."
I have not set the port, so that is default. We does not use any
authentication for outgoing messages. Could this be the error?
Does anyoune has a tip for what to do?
Regards
DagL