Péter Szládovics
Results
2
comments of
Péter Szládovics
define('IMAP_USE_IMAPMAIL', false); // In config.php $envelopefrom = preg_replace('/^([^\s_$/','-F "$1" -f "$2"',$message->headers["from"]); // In backend/imap.php - this line need for us before '$send = @mail ( $toaddr, $message->headers["subject"], $body, $headers, $envelopefrom...
It's interesting, I use the code above in more place, and it's working :) If you check the preg_replace code, you will see, the code (if matches) put the -f...