Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem eith HTML appearing in e-mails


judgej

Recommended Posts

Posted

emetani...

 

since you have add_html already there you should be able to send html email from the send email page.

 

Cut and paste this in to your send mail message and send the message to yourself. If it shows up like and h1 header in a web page, then you should be able to send out html emails.

 

<html>

<head></head>

<body>

<h1>Yo Emetani!</h1>

</body>

</html>

 

The email message you send must have the html in the message or it will look just like normal text.

 

Thanks

 

jh

  • 8 months later...
Posted

Hi Jeff,

 

I am trying to find a way of extending the newsletter so that both HTML and plain text version can be done in admin. Then send out the email containing both HTML and text parts (multipart).

 

Would this be simple to do given the current email class and your changes?

Archived

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

×
×
  • Create New...