Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mail problem


schwaben

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...