schwaben Posted November 16, 2006 Share Posted November 16, 2006 hi all, i just installed a clean oscommerce 2.2 milestone 2 update 060817 on a unix platform. now i get the following error when i do a order. Nov 16 11:34:38 www1 sm-mta[13885]: kAGAYcKu013885: <"givenname surname" <[email protected]>... Unbalanced '<' the adresses in the "Send Extra Order Emails To" field in the store config, are delivered normaly. only the order confirmation to the customer get the error above. same error when i use "Send Email To Customers" at the admin panel. any solution or workaround about this ? cheers schwaben :blush: Link to comment Share on other sites More sharing options...
schwaben Posted November 17, 2006 Author Share Posted November 17, 2006 hi all, i found a workaround to this issue change: includes/classes/email.php original: $to = (($to_name != '') ? '"' . $to_name . '" <' . $to_addr . '>' : $to_addr); to: $to = (($to_name != '') ? '<' . $to_addr . '>' : $to_addr); do the same in admin/includes/classes/email.php cheers schwaben Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.