We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using latest version 7.3
For a certain message I'm getting error:
PHP Fatal error: Cannot use string offset as an array in ... bounce_driver.class.php on line 595
line 595: $stat = $ret['code'][0];
I think I can fix it temporarily for me using if (!is_array($ret)) { return $ret; }
One thing which might be problematic could be the received 'for' address bounced emailed had. That certain Bounced email had address as
for [email protected]; Mon, 4 Nov 2013 14:00:24 -0500 (EST) Content-Transfer-Encoding: quoted-printable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using latest version 7.3
For a certain message I'm getting error:
PHP Fatal error: Cannot use string offset as an array in ... bounce_driver.class.php on line 595
line 595: $stat = $ret['code'][0];
I think I can fix it temporarily for me using
if (!is_array($ret)) {
return $ret;
}
One thing which might be problematic could be the received 'for' address bounced emailed had. That certain Bounced email had address as
for [email protected]; Mon, 4 Nov 2013 14:00:24 -0500 (EST)
Content-Transfer-Encoding: quoted-printable
The text was updated successfully, but these errors were encountered: