Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

'Send email to customers' feature-html?


stiksandstones

Recommended Posts

I did a search, but found topics only related to the newsletter feature, I goto TOOLS>>SEND EMAIL, I send myself (my own customer account) an email and paste in some simple HTML, the mails come through fine, but its html code, not what I want.

 

Is it possible to send html emails from the admin?

Link to comment
Share on other sites

I did a search, but found topics only related to the newsletter feature, I goto TOOLS>>SEND EMAIL, I send myself (my own customer account) an email and paste in some simple HTML, the mails come through fine, but its html code, not what I want.

 

Is it possible to send html emails from the admin?

 

anyone? I am trying to get my sale mailer out.....

Link to comment
Share on other sites

Not sure if this is what you are looking for, but check this out:

 

admin panel/email options/Use MIME HTML When Sending Emails (set to "true")

Link to comment
Share on other sites

If you are referring to sending out html newsletters, instead of text, then go to admin/includes/modules/newsletters/newsletters.php - and where you see this:

$mimemessage->add_text($this->content);

change it to:

$mimemessage->add_html($this->content);

 

Vger

Link to comment
Share on other sites

Keep in mind that the problem with this type of fix that Rhea suggests will not send a 2 part mime message. If the customer is using an email client that does not support HTML (hotmail, pocket pc, palm, blackberry, etc) they will only see the straight html, tags and all.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

Wizardsandwars brought up a good point. You said you sent an email to yourself. If you sent it to a "personal" email account, any chance that email account isn't set to support HTML?

Link to comment
Share on other sites

Wizardsandwars brought up a good point.  You said you sent an email to yourself.  If you sent it to a "personal" email account, any chance that email account isn't set to support HTML?

 

No, its in my outlook, and I get all my competitons emails in html, I also sent an email from OSC admin to my gmail email account, still came through with code, not html

Link to comment
Share on other sites

  • 2 weeks later...

similar problem......the emails sent from my OSC setup are headed with text/plain not text/html.....I can't seem to figure this out.....

 

some email clients pick up a link like "http://www.test.com" and automatically make it a clickable link.....however, some do not.

 

I'm not trying to send any kind of media, I just want my text links to be clickable.

 

in entourage for MAC it looks ok, but in MAIL 2.0 for MAC is is just plain text..

 

either way though, the headers in both programs are text/plain

 

any suggestions?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...