I am using drupal 6.2. Presently looking for a newsletter module. Searched the entire available modules in drupal. Couldnt find any that suits version 6.2 or even 5.7.

Can someone suggest me...

Regards
Jo

Comments

maxsterz’s picture

jovemac’s picture

hi!

I tried using simplenews modue.

I am getting this error

user warning: Key column 'mcid' doesn't exist in table query: CREATE TABLE simplenews_mail_spool ( `msid` INT unsigned NOT NULL auto_increment, `mail` VARCHAR(255) NOT NULL DEFAULT '', `nid` INT NOT NULL DEFAULT 0, `vid` INT NOT NULL DEFAULT 0, `tid` INT NOT NULL DEFAULT 0, `status` TINYINT unsigned NOT NULL DEFAULT 0, `timestamp` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (mcid), INDEX tid (tid), INDEX status (status) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/creative/public_html/includes/database.inc on line 509.

Please advise..

Regards
Jo

ambientdrup’s picture

Simplenews (per previous post) ... or CiviCRM's CiviMail feature. You can send e-newsletters with CiviMail and CiviCRM integrates with Drupal 5.7.

http://civicrm.org/

Hope that helps.