Connecting Tech Pros Worldwide Forums | Help | Site Map

Looking for a little Advice

Member
 
Join Date: Jan 2007
Posts: 67
#1: 4 Weeks Ago
I am trying to create an interface for clients to send newsletters through mailing lists. for the past few weeks I have been exploring options though i still feel a bit lost.

First I tried to setup a drupal site with a newsletter module installed. I was successful at creating the basic site though learning drupal seemed like a rather large task and the end result seemed not so user friendly.

Next I explored PHPList in hopes of simplifying and targeting my efforts. After much research i seemed to run into the same problem as with drupal.

I am looking for a way for not so computer savvy clients to login and write newsletters. I feel that what i have worked with so far is difficult for myself let alone someone with lesser computer knowledge.

I am not necessarily looking for the easy way out, though i want to make sure that i am headed down the right path before spending lots of hours on it.

If you have any suggestions/advice/articles or could simply point me in a direction it would be much appreciated.

TheServant's Avatar
Expert
 
Join Date: Feb 2008
Location: Australia
Posts: 919
#2: 4 Weeks Ago

re: Looking for a little Advice


My advice is to either spend time learning the Drupal / PHPList newsletter systems so you can maybe write your own step by step basic instructions for sendnig a newsletter, or make one yourself.

Unfortunately making one yourself, especially for clients, means it will take time to iron out bugs, and it will probably not have the same functionality as those already made and tested.

Almost everything I have done with websites involves seeing what already made stuff is out there, deciding it is too bulky or not user friendly, start making my own (for my specific needs), and finding that to get it up to the standard I want will take a lot more time and effort than I have, so I go back and learn the already made stuff.

You could make a very simple one for clients using a html form, TinyMCE (use Google) for the writing of the newsletter, and then I really recommend using a PHP mailer library like SwiftMailer to send it (it just makes it easier in controlling your mail)*.

*You will need to know a bit of OOP (Object Orientated Programming), but you should learn it anyway, so don't let that scare you. Documentation is good and lots of people use it, so there is lots of support everywhere including here at Bytes.
Reply