Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Oct 2013 at 16:33 UTC
Updated:
21 Jan 2015 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
renatovargas commentedI made a patch to correct this. Actually I just copied the function given this error (only this function uses the /e modifier in smtp.phpmailer.inc) from the latest version of PHPMailer (https://github.com/Synchro/PHPMailer/blob/master/class.phpmailer.php) which corrected this.
Comment #2
haggins commentedClever!
I sent a few mails and it worked. Thank you!
Comment #3
Norberto Ostallo commentedI confirm the patch works fine.
Comment #4
sinasalek commentedThe patch #1 applied cleanly and the issue has been resolved on latest php 5.5 version
Comment #5
7thkey commentedPatch is working perfect!
Thanks
Comment #6
stefan.kornSame here for me, patch works (copying function encodeQ from latest PHPMailer).
Should be put to dev and prod version in near future, since php 5.5 is no exotic version anymore.
Comment #7
joelpittetThank you for the patch! RTBC++
Comment #8
stevenx commentedworks. thanks
Comment #10
wundo commentedComment #11
joelpittetThank you @wundo!