Form problem

T

Ted Ljong

Hi

I have a form that work ok when I put my own Email adress in the
formproperties but when I put in another Email adress the formresult doesn´t
reach the reciever. I only change the Email adress and it is an correct E
mail adress (I have tested it). I am also sure that the formpage is
refreshed on the server.
Is there anyone that can give me a clue before I lose all my hair.

Thanks
Ted Ljong
 
K

Kevin Spencer

Sounds like the SMTP Server doesn't allow relaying (sending of emails from
outside the domain).

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
 
T

Ted Ljong

I have an Emailadress outside the domain and it works fine with that
..???!!!???
Ted Ljong
 
K

Kevin Spencer

Well, in any case, it sounds like a permissions issue. You should check the
SMTP server's permissions and relay configuration.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
 
Top