Geniznewsletter

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
delan10
Posts: 32
Joined: Sat May 24, 2008 6:18 pm

Geniznewsletter

Post by delan10 » Mon Nov 03, 2008 6:31 pm

Hello

I have a problem with the Geniznewsletter plugin.

Everything seems to work fine, but none of the subscribers receives the newsletter, in spite of a message that says “Message has been sent (12)”.

I know there is an issue with this plugin and the smtp config, but I’ve tried with 3 different combinations and the problem is always the same...

Any help appreciated !

:)

preppen
Posts: 23
Joined: Mon Jun 16, 2008 5:44 pm

Re: Geniznewsletter

Post by preppen » Mon Dec 08, 2008 7:55 pm

I had the same problem when I tested the plugin.

Check the smtp port, mine is 26 not the default 25. In config smtp write smtp.yourdomain.com:26 (or the port you use) or change the smtp.php file, find row 21 and change 25 to whatever port you are using.

Code: Select all

         $this->connection = fsockopen($this->server, 25); 
change to

Code: Select all

        $this->connection = fsockopen($this->server, 26); 

delan10
Posts: 32
Joined: Sat May 24, 2008 6:18 pm

Re: Geniznewsletter

Post by delan10 » Wed Dec 10, 2008 5:49 pm

Thank you but it does not work, whatever port I use (25, 26, 587...)

preppen
Posts: 23
Joined: Mon Jun 16, 2008 5:44 pm

Re: Geniznewsletter

Post by preppen » Wed Dec 10, 2008 8:22 pm

maybe your mail have to be authenticate in the setting... thats the only thing I can think of, IF the code is untouched.

More info here, http://help.preppen.com/?Epost_Problem
The site is in swedish but you can se on the pic what I mean

Post Reply