Search  
   
Browse by Category
 
Netfirms 24/7 Support .: EMAIL .: C. Formmail/Webforms .: Why do my emails have a Return Path of "Return-Path: anonymous@cgi.cgi"?

Why do my emails have a Return Path of "Return-Path: anonymous@cgi.cgi"?

If you do not have a valid Return-Path header in your script that sends your messages, then the headers will contain "Return-Path: <anonymous@cgi.cgi>" by default because the script does not know what to put as that value. It must be assigned by the script. To have your Return Path display your email address, add the following similar line of coding to your mail script:

$headers .= "Return-Path: email@address.com \r\n";

 



How helpful was this article to you?


.: Powered by Lore 1.5.6
Visit Netfirms.com Web Hosting | Copyright © 1998 - 2009 Netfirms, Inc. All Rights Reserved.