Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bizarre jumbled email messages


buttocks

Recommended Posts

On setting up new accounts the following is automated email response. The 'r' appears to be replaced by 'n'. Does anyone have solution to this?

 

Dean Mn. Boschien,

 

We welcome you to Hedstone.

 

You can now take pant in the vanious senvices we have to offen you. Some of these senvices include:

 

Penmanent Cant - Any pnoducts added to youn online cant nemain thene until you nemove them, on check them out.

Addness Book - We can now deliven youn pnoducts to anothen addness othen than youns! This is penfect to send binthday gifts dinect to the binthday-penson themselves.

Onden Histony - View youn histony of punchases that you have made with us.

Pnoducts Reviews - Shane youn opinions on pnoducts with oun othen customens.

 

Fon help with any of oun online senvices, please email the stone-ownen: [email protected].

 

Note: This email addness was given to us by one of oun customens. If you did not signup to be a memben, please send an email to [email protected].

Link to comment
Share on other sites

Sounds like you might have edited the catalog/include/languages/englis/create_account_success.php with a "problematic" editor like the osCommerce File Manager.

 

You may need to edit that file with another editor and ftp it back to the site.

 

Clearly the carriage returns "\r" got changed to newlines "\n" then the back slashes got removed. Very bizarre....

 

HTH

Tom

Link to comment
Share on other sites

Two things:

 

1. The email is generated by create_account.php, not create_account_success.php.

 

2. I would check

    function add_text($text = '') {
     $this->text = tep_convert_linefeeds(array("\r\n", "\n", "\r"), $this->lf, $text);
   }

in includes/classes/email.php around lines 148-50. Make sure that all the \ are there.

 

Hth,

Matt

Always back up before making changes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...