Page 1 of 1
Can´t send newsletter ?
Posted: Wed 9. Jun 2004, 00:20
by artico
I can only sendint testnewsletter ? when i try to send to the subscribers the process stop ? and nothng happends... no error message ??
Posted: Wed 9. Jun 2004, 08:11
by Oliver Georgi
If there is nothing listed - then maybe the subscribers have not subscribed channels you try to support.
Oliver
Posted: Wed 9. Jun 2004, 09:41
by pSouper
you also may want to check the subscripber has actually activated thier subscription. An automated mail is dispatched to them, once replied to this will activated thier subscription. until they are active they will not be sent any newsletters.
OK... I get the point
Posted: Wed 9. Jun 2004, 22:59
by artico
now i am sending
yeepy!
But i want to change the subject in newsletter verification mail.... buuut i can´t find where to change or translate the txt
Posted: Thu 10. Jun 2004, 00:06
by Oliver Georgi
This will be changed also for same kind of templates like article list/summary.
Oliver
I mean
Posted: Thu 10. Jun 2004, 00:29
by artico
It´s in the e-mail the system is sending out to new subscribers to newsletter, the subject is in english and somthing like this:
Newsletter Admin <
sildeperker@hotmail.com>
Subject: newsletter verification to sildeperker
Can i change this subject ?
Posted: Thu 10. Jun 2004, 00:30
by Oliver Georgi
Yes - you can.
Oliver
Posted: Thu 10. Jun 2004, 00:33
by artico
OK But where
the filename ?
Posted: Thu 10. Jun 2004, 00:48
by DeXXus
artico wrote:OK But where
the filename ?
"include/inc_front/content/cnt12.article.inc.php"
Code: Select all
mail( $content["newsletter"]["email_address"],
"newsletter verification to ".(($content["newsletter"]["email_name"]) ? $content["newsletter"]["email_name"] : $content["newsletter"]["email_address"]),
$content["newsletter"]["mailtext"],
"From: Newsletter Admin <".$phpwcms["admin_email"].">\nReply-To: ".$phpwcms["admin_email"]);
Posted: Thu 10. Jun 2004, 01:31
by artico
Thank you!
Posted: Thu 10. Jun 2004, 02:50
by DeXXus
You are welcome... OF COURSE