Page 1 of 1

Issue when sending order updates to customers

Posted: Wed Mar 10, 2021 1:18 pm
by flaggi
Hey.

Is here anyone that may have an idea whats causing the following issue?
I can´t use the notify customer option when updating orders, when i do i get:
Notice: mail(): Policy restriction in effect. The fifth parameter is disabled on this system in /****Jadajada****/includes/system/versioned/1.0.5.4/email.php on line 390 Warning: Cannot modify header information - headers already sent by (output started at /****Jadajada****/includes/system/versioned/1.0.5.4/email.php:390) in /****Jadajada****/tempadmin/includes/functions/general.php on line 36

Phoenix version 1.0.7.18
PHP 7.4.16

Re: Issue when sending order updates to customers

Posted: Wed Mar 10, 2021 1:29 pm
by ecartz
flaggi wrote: Wed Mar 10, 2021 1:18 pm The fifth parameter is disabled on this system
Remove the "-f$from_addr" parameter from the mail() call.

Re: Issue when sending order updates to customers

Posted: Thu Mar 11, 2021 9:35 am
by flaggi
Thank you ecartz, that did the trick :)