Issue when sending order updates to customers

Open to all! Ask other shopowners for help.
Post Reply
flaggi
Member
Posts: 11
Joined: Tue Mar 09, 2021 1:46 pm
Phoenix Version:

Issue when sending order updates to customers

Post 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Issue when sending order updates to customers

Post 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.
flaggi
Member
Posts: 11
Joined: Tue Mar 09, 2021 1:46 pm
Phoenix Version:

Re: Issue when sending order updates to customers

Post by flaggi »

Thank you ecartz, that did the trick :)


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply