magga Posted May 15, 2009 Share Posted May 15, 2009 The Order Confirmation Email does not seem to be parsing correctly in V4. I have noticed this both on the iPhone and on Evolution Mail. It seems like the Mime Boundary is not being recognised and it is displaying both the text/plain and text/html parts within the email body. 0 Quote Link to comment Share on other sites More sharing options...
Gazza Posted May 15, 2009 Share Posted May 15, 2009 (edited) i have this problem also with Invoice Created email Edited May 15, 2009 by Gazza 0 Quote Link to comment Share on other sites More sharing options...
lanquest Posted May 16, 2009 Share Posted May 16, 2009 Can anyone help or have any suggestions as to what the problem might be? 0 Quote Link to comment Share on other sites More sharing options...
magga Posted May 17, 2009 Author Share Posted May 17, 2009 It seems this is happening with most emails sent - no content at all shows in Hotmail. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted May 19, 2009 WHMCS CEO Share Posted May 19, 2009 The PHPMailer class (http://phpmailer.codeworxtech.com/) seems to contain a change in it's latest version which is causing issues on some mail servers. This seems to be a fix, in class.phpmailer.php, find line 249: var $LE = "\r\n"; And change to: var $LE = "\n"; Matt 0 Quote Link to comment Share on other sites More sharing options...
lanquest Posted May 19, 2009 Share Posted May 19, 2009 Thanks for the reply Matt. Where do we find the class.phpmailer.php file and does this mean the system will require that the Linux system be recompiled? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted May 19, 2009 WHMCS CEO Share Posted May 19, 2009 It's in the includes folder. Nothing to do with linux. Matt 0 Quote Link to comment Share on other sites More sharing options...
magga Posted May 20, 2009 Author Share Posted May 20, 2009 This appears to have resolved the issue - thanks Matt! 0 Quote Link to comment Share on other sites More sharing options...
mhugo Posted May 23, 2009 Share Posted May 23, 2009 Fixed my problem too 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.