PDF email not working
-
Hi, the pdf email function emails all emails to your test mailbox [removed]
This is set on line 266 of admin_area.php. =)
So I removed the remarks from the lines before that and remarked the line 266 and it works now. So I think the code from line 261-266 must be something like this:
if (isset($invoice[0]->custom['invkp_selected_client_email'][0]) && $invoice[0]->custom['invkp_selected_client_email'][0] !== '') $email = $invoice[0]->custom['invkp_selected_client_email'][0]; elseif (isset($invoice[0]->custom['invkp_client_email'][0]) && $invoice[0]->custom['invkp_client_email'][0] !== '') $email = $invoice[0]->custom['invkp_client_email'][0]; else header("Location: ".$_SERVER['HTTP_REFERER']."&send=0"); // $email = <em>[removed]</em>;
Regards, Mark
https://www.ads-software.com/extend/plugins/invoice-king-pro/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PDF email not working’ is closed to new replies.