Can´t send newsletter ?
Can´t send newsletter ?
I can only sendint testnewsletter ? when i try to send to the subscribers the process stop ? and nothng happends... no error message ??
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
OK... I get the point
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
But i want to change the subject in newsletter verification mail.... buuut i can´t find where to change or translate the txt
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
I mean
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 ?
Newsletter Admin <sildeperker@hotmail.com>
Subject: newsletter verification to sildeperker
Can i change this subject ?
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
"include/inc_front/content/cnt12.article.inc.php"artico wrote:OK But where the filename ?
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"]);