Menu

#11 Undefined variable: return_path in formmail.php on line 438

PHPFormMail_Classic
open
nobody
None
5
2015-07-29
2015-07-29
cj0
No

$mail_header = 'Return-Path: ' . eregi_replace($email_replace_array,'',$return_path) . $mail_newline;

I can't find any definition of variable return_path

Nor can any other occurrence of the string "return_path" be found in this script.

Discussion


Log in to post a comment.