Page 1 of 1

Newsletter module

Posted: Thu Mar 15, 2007 5:31 pm
by saltydog
I am trying the NMS module, but I am always getting this error:

Warning: fsockopen(): unable to connect to localhost:25 in /var/www/fmarzocca/modules/CMSMailer/phpmailer/class.smtp.php on line 105

How can I tell to the module to use the sendmail option?

Re: Newsletter module

Posted: Thu Mar 15, 2007 5:46 pm
by cyberman
Please look at cmsmailer admin.

Re: Newsletter module

Posted: Thu Mar 15, 2007 5:51 pm
by saltydog
Ok. Sorry ... and thank you very much for your prompt assistance!

Re: Newsletter module

Posted: Thu Mar 15, 2007 6:32 pm
by saltydog
Now the module seems to be working. I say "seems" because it is sending mails, but:

- the message composer doesn't allow me to use any HTML or template. It always return a "Form Error";
- I made a test user. Clicking on the unsubscribe link in the email, it correctly gets the unsublscibing message from the site, but the user is not really deleted from user's list!

Any help on this?

Re: Newsletter module

Posted: Thu Mar 15, 2007 6:39 pm
by RonnyK
For the unsubsibing part i've seen some topics on the board. For the part of the form-error. To send a html-mail you should have a template that doesn't call {content} but {$message_text} as shown in the text while composing a message in NMS.

Ronny

Re: Newsletter module

Posted: Thu Mar 15, 2007 6:58 pm
by saltydog
RonnyK wrote: For the unsubsibing part i've seen some topics on the board. For the part of the form-error. To send a html-mail you should have a template that doesn't call {content} but {$message_text} as shown in the text while composing a message in NMS.

Ronny
Yes, I did a special template for that, with {$message_text} in place of contents... but I always have "Form error" message. I can just send only in plain text but FCKEditor always puts some html inside...

Re: Newsletter module

Posted: Thu Mar 15, 2007 7:07 pm
by saltydog
I suspect in something wrong between NMS and FCKEditor...

Re: Newsletter module

Posted: Thu Mar 15, 2007 7:14 pm
by RonnyK
Strange, I'm using FCK as well.

Ronny