Author Topic: Newsletter Templates  (Read 593 times)

Marble

  • Active Member
  • **
  • Posts: 135
  • Karma: +4/-0
Newsletter Templates
« on: July 08, 2011, 03:15:04 AM »
I was trying out the newsletter in the admin control panel and utilized the html settings to further customize the newsletter. I then wanted to maintain consistency in the layout, so I copied the code and saved it on my computer to be used again. I then noticed in the members area, you can save an email template. After this, I got to thinking and wondering if there could be a way to implement an option to save a newsletter template.
What do you think of this idea and is TinyMCE capable of this?
Tom

maverick

  • Active Member
  • **
  • Posts: 1382
  • Karma: +93/-1
    • Etano Templates
Re: Newsletter Templates
« Reply #1 on: July 08, 2011, 07:28:46 AM »
It's probably possible to develop a mod to save newsletter templates, but I'm personally not all that interested in investing my time in attempting to develop such a mod because I never send out newsletters, sending out bulk or mass emails just has too much potential risk these days of getting you blacklisted by many of the popular email hosts, which means they will bounce any future emails coming from your site until you jump through a bunch of hoops to try and get yourself removed from the blacklists.

You might be ok sending newsletters that are sent to under a 1000 at a time, but once you start getting into sending thousands at a time is were the real potential problems can occur, not just by the email providers that they are being sent to, but your site host might not be too happy with you either, especially if you start getting a lot of bounce backed emails hitting your server, this sets off a red flag with your host.

Most businesses these days use email services for sending bulk or mass newsletters, these services have build a reputation and rapport with all the major email hosts that allows them to send mass newsletters on your behalf so you don't get blacklisted for spamming.
Etano Templates and Mods

http://www.maverickwebworks.com

Marble

  • Active Member
  • **
  • Posts: 135
  • Karma: +4/-0
Re: Newsletter Templates
« Reply #2 on: July 08, 2011, 12:17:05 PM »
Thanks! I'll steer clear of newsletters and leave it up to a well respected service.
Tom

ripcord

  • Member2
  • **
  • Posts: 15
  • Karma: +3/-0
    • Designed by Roger
Re: Newsletter Templates
« Reply #3 on: August 03, 2011, 05:07:57 AM »

Hi Marble,

Yes, TinyMCE can do this but it's not for the faint hearted. I think you probably came to the same conclusion, there are more cons than pros!

http://tinymce.moxiecode.com/wiki.php/Plugin:template

I don't know what your host is like, but to comply with local laws mine demand double opt in. They will delete an account if they get one justifiable complaint.

In compensation, they offer a free mailing list/newsletter service, you put in the details, and they provide the code for you to integrate into your site, so you get full functionality, tracking, multi-language, html forms, etc., and they get compliance.

I also use a home grown mail template, a bit clunky, but it saves me time. A php/html file with the code just how I want, then I just include() external files with the changing content.

Cheers!