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.

It’s been a long while since I came across this site, but perhaps it will provide some info for you about why your messages are being marked as spam. You submit your email to them and they tell you what a spam filter would think of it.

http://www.thecassiopeia.com/Portal/SpamTest.html

Tim

excellent!
thanks Tim, with this tool I found a minor issue and fix it!!
:wink: