Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email Comes Corrupted


Guest

Recommended Posts

Posted

Hello!

 

I wrote emails to our customers but they come in corrupted.

You see HTML written format, in the email as plain tekst.

 

Anyways to fix this?

Posted

Angelo,

 

I think there is a MOD you have to install to get the HTML email to work.

 

There is a setting in the Admin section to change email to HTML, but it doesn't work. I tried it, and it wasn't what it should have been.

 

Being relatively new to OSCommerce, I don't have the link to the MOD for HTML email.

 

I apologize.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

look into file mail.php in admin catalog. there is line like:

$mimemessage->send($mail['customers_firstname'] . ' ' . $mail['customers_lastname'], $mail['customers_email_address'], '', $from, $subject);

change it to

tep_mail($mail['customers_firstname'] . ' ' . $mail['customers_lastname'], $mail['customers_email_address'], '', $from, $subject);

and turn on email html in admin panel. do it in newsletter.php too.

Posted

superb thanks much both of you for the fast reaction!!!!

Archived

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

×
×
  • Create New...