This topic is locked

--rbegin--rend-- being parsed into mail() 'From'

10/10/2013 9:40:35 AM
PHPRunner General questions
J
JER author

Utilizing the standard email send code you provide in the documentation '--rbegin--rend---' is being concatenated onto the leading end of the 'From' string.
This becomes evident on receiving the email and looking at the detailed header.
Both the 'From' and the 'Return-To' elements are changed (not that I'm directly setting Return-To of course...
To: <pengxxxx@xxxxxxxxxx.me.uk>

From: <--rbegin----rend--admin@penxxxxxxxxxxxxxx.org.uk>

Cc: <mail_log@penxxxxxxxxxxxxxxxxx.org.uk>

Reply-To: <--rbegin----rend--admin@penxxxxxxxxxxxxx.org.uk>
I cannot tell if this is being done in the PHPRunner wrapper or in the hosting mail() service.
The From address is a valid address on the hoster's email system (which they check per their help).

The host is Justhost
I've searched for runner_mail()in your include to put a trap in without success.
Appreciate your thoughts.
Thanks