Page 1 of 1

Newsletter funktion

Posted: Fri 23. Apr 2004, 18:33
by tellus
When i try to send a newsletter i get this errormessage:
sending newsletter: DONE
Failed newsletter sending to:
ERR: xxxx@ofelia.nu (Language string failed to load: instantiate)
ERR: yyyy@dinrost.se (Language string failed to load: instantiate)
What does it mean??

/Anders

Posted: Sat 24. Apr 2004, 02:17
by Marko
It means you haven't filled in required details for sending email via SMTP method. Open your /include/inc_conf/conf.inc.php and look at the bottom of the file.

Posted: Sat 24. Apr 2004, 02:32
by tellus
Thanks, it´s working now ;-)

/Anders

Posted: Wed 19. May 2004, 14:58
by Igor
I have the same problem!! The smtp settings (server, loginname and password) are correct. I use SMTP.

Please, help!

Posted: Wed 19. May 2004, 16:41
by frold
Eg try to turn smtp off

conf.inc.php
$phpwcms["site_ssl_mode"] = "0"; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0'
then you can use the phpmail function instead - I think....

Posted: Wed 19. May 2004, 20:31
by Igor
Thanks frold,

With PHP Mail it works! :D Don't know why...

Posted: Wed 19. May 2004, 20:34
by frold
Igor wrote:Thanks frold,

With PHP Mail it works! :D Don't know why...
Nice it works :D

Posted: Wed 19. May 2004, 23:54
by Oliver Georgi
frold wrote:Eg try to turn smtp off

conf.inc.php
$phpwcms["site_ssl_mode"] = "0"; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0'
then you can use the phpmail function instead - I think....
Frold ;-) This has nothing to do with SMTP

Oliver

Posted: Thu 20. May 2004, 09:47
by frold
Oliver Georgi wrote:
frold wrote:Eg try to turn smtp off

conf.inc.php
$phpwcms["site_ssl_mode"] = "0"; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0'
then you can use the phpmail function instead - I think....
Frold ;-) This has nothing to do with SMTP

Oliver
okay but it work ;-) hehehe

Posted: Thu 20. May 2004, 10:11
by pSouper
:D :D
i too could not not see how :?

what are the differences, pro's con's between STMP & PHPmail?
what are the system requirements for each?

currently on my home serve I use a free smtp app so that I can have phpwcms mail functionality. could i do with out this app if i were using phpmail?

Posted: Thu 20. May 2004, 10:24
by Oliver Georgi
on Windows you have no chance to use mail() if you do not have installed a smtp relay.

Oliver

Posted: Thu 20. May 2004, 10:46
by pSouper
thanks :)