H
Hrvoje Vrbanc
Hello all,
I have a simple ASP.NET application that should send an e-mail on submit
using Mail object. I have configured the application to use a SMTP server
located on the same machine. However, when executed, the script returns an
error:
"The server rejected one or more recipient addresses. The server response
was: 550 5.7.1 Unable to relay for (e-mail address removed)"
What makes this error strange to me is the fact that the very same SMTP
server works fine and sends mails from old ASP pages (that use CDONTS
object) that are also located on the same machine. What could be a problem
with my ASP.NET pages? DNS server is also located on the same machine.
Thank you,
Hrvoje
I have a simple ASP.NET application that should send an e-mail on submit
using Mail object. I have configured the application to use a SMTP server
located on the same machine. However, when executed, the script returns an
error:
"The server rejected one or more recipient addresses. The server response
was: 550 5.7.1 Unable to relay for (e-mail address removed)"
What makes this error strange to me is the fact that the very same SMTP
server works fine and sends mails from old ASP pages (that use CDONTS
object) that are also located on the same machine. What could be a problem
with my ASP.NET pages? DNS server is also located on the same machine.
Thank you,
Hrvoje