help: mails from forms directly to junk folder

hi,
when I send mails from mail clients to hotmail,all ok .
Now sending mails from asp.net web applications using mail server and smtp authentication go directly to hotmail junk folder...
I'm confused, I think this issue could be in the script but I'm authenticanting ok against mail server...

any ideas?
thanks!
martin
 
Can you see in the message source if full headers are being sent with the form? I know php needs to be specifically directed to send full headers, and this prevents this most of the time for php, but you may want to check it with .net as well.
 
Back
Top