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?
Newsletter module
Re: Newsletter module
Ok. Sorry ... and thank you very much for your prompt assistance!
Re: Newsletter module
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?
- 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
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
Ronny
Re: Newsletter module
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...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
Last edited by saltydog on Thu Mar 15, 2007 7:08 pm, edited 1 time in total.
Re: Newsletter module
I suspect in something wrong between NMS and FCKEditor...
Re: Newsletter module
Strange, I'm using FCK as well.
Ronny
Ronny


