PDA

View Full Version : Sending email from a webpage


websteadyco
02-17-2003, 09:30 AM
Hello, I am to build a Tell a Friend type script and I wanted to use asp.net. But I get an error, that says 553 sorry, that domain isn?t in my list of allowed rcpthosts. Now i've read the FAQ's and understand that you use POP before SMTP, but how am I supposed to send and email to someone that is not in my domain? Do I have to use a remote mail server?

Thanks

bruce
02-17-2003, 11:24 AM
You do not need to set the SMTP server if you are using the .net mail object.

It will default to the local server (which then smarthost to the main mail server)

[b]quote:Originally posted by websteadyco

Hello, I am to build a Tell a Friend type script and I wanted to use asp.net. But I get an error, that says 553 sorry, that domain isn?t in my list of allowed rcpthosts. Now i've read the FAQ's and understand that you use POP before SMTP, but how am I supposed to send and email to someone that is not in my domain? Do I have to use a remote mail server?

Thanks
</blockquote id="quote"></font id="quote">