Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML in newsletter mod.


lindsayanng

Recommended Posts

Posted

I want to be able to build my HTML newsletter in dreamweaver and then copy and paste the code into my newsletter to send out to my customers.. Is this something that will just automatically be seen by the user's end email or do i have to make some changes to the way it is sent?

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

Lindsay

 

Why dont you try it and see, should take less than 5 minutes, then you could update this thread with how you did it.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

I just recently set this up for ourselves... it's a pretty simple change.

 

MAKE BACKUPS FIRST!

 

Find catalog/admin/includes/modules/newsletters/newsletter.php

Around line 63 find:

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

And change it to:

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

 

And then I BELIEVE you have to go into your Admin Panel -> Configuration -> E-mail Options

and set "Use MIME HTML When Sending Emails" to true (I'm not sure if this NEEDS to be done... I changed this before I changed the code to see if it would work and never bothered with changing it back).

 

That should do it... it works on our site, anyways. If you have a development site or something set your email to the only one with a newsletter subscription and send yourself some random HTML (I did "<h1>Test</h1>" for instance).

 

Hope this helps.

Ian Osos

Web Developer

Posted

Thanks. I am going to try this NOW. I did try to just copy and paste the HTML into the newsletter, but that was a no go. I just got CODE in my email. I am goinng to try the above changes to the config. file and see where that leaves me.

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

ok. i made that small change to the code AND made sure that the HTML option was set to true, however i am still just getting CODE!

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

bump

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
bump

Bumping is against forum rules.

 

Did you look in the contributions section?

Posted

Sorry, I did not know..

 

I did try all of the contributions and such and there are still problems which is why i am here asking for help.

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Archived

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

×
×
  • Create New...