Hi,
I have a script that sends emails to users, but the emails either get sent to the junk folder or aren't recognised.
If I include the information for referer, sever etc will it make the email more secure and ensure it is delivered?
I know what the server is, but how do I find out the referer, clientip and serverip?
Why are they needed?
PHP Code:
strReferer = request.servervariables("HTTP_REFERER") strServer = Replace(request.servervariables(""),"www.","") strClientIP = request.servervariables("REMOTE_ADDR") strServerIP = request.servervariables("LOCAL_ADDR")
Thanks,
|