Can´t send newsletter ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
artico
Posts: 23
Joined: Tue 1. Jun 2004, 01:14
Location: denmark
Contact:

Can´t send newsletter ?

Post by artico »

I can only sendint testnewsletter ? when i try to send to the subscribers the process stop ? and nothng happends... no error message ??
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

If there is nothing listed - then maybe the subscribers have not subscribed channels you try to support.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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.
artico
Posts: 23
Joined: Tue 1. Jun 2004, 01:14
Location: denmark
Contact:

OK... I get the point

Post by artico »

now i am sending :D :D yeepy!

But i want to change the subject in newsletter verification mail.... buuut i can´t find where to change or translate the txt :-(
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

This will be changed also for same kind of templates like article list/summary.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
artico
Posts: 23
Joined: Tue 1. Jun 2004, 01:14
Location: denmark
Contact:

I mean

Post 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 ?
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Yes - you can.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
artico
Posts: 23
Joined: Tue 1. Jun 2004, 01:14
Location: denmark
Contact:

Post by artico »

OK But where :-) the filename ?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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"]);
artico
Posts: 23
Joined: Tue 1. Jun 2004, 01:14
Location: denmark
Contact:

Post by artico »

Thank you!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

You are welcome... OF COURSE :D
Post Reply