Hi,
I'm currentlty using an ASP script to send emails to users, for example when they have forgotten their password and to confirm their email address when they signup, but the emails sent to their email addresses get sent to the junk folder and sometimes don't get through.
I have tried including more information in the headers like
noreply@website.com etc and that gets it through to junk folder (I think)
I've seen ASP/PHP scripts that use information like referer, server, clientip, serverip
1) What are the above and how do I find them out?
2) What do I need to include in the script to ensure emails are delivered?
Any help will be apreciated!
