| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2972 Location: Germany |
|
|
|
Try to directly edit the template in data/tpl/Newsletter.tpl.
|
|
| Fri Jul 04, 2008 1:30 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
crusi1986
Joined: 14 Sep 2008 Posts: 15
|
|
|
|
Have somebody fixed problem with cn_subscribe();? I still got blank page when i add name and email, and nothing is adding to emails.txt. I've tried to change paths to emails.txt and newsletter.txt it didn't help.
Secon question. How can i change the link which is generated to show full news in sended newsletter. By default it's "main.php?id=news_id_here", but what i need is show.php?id=news_id_here&category=cat_id_here"
_________________ What don't kill us will make us stronger... |
|
| Sun Sep 21, 2008 10:31 am |
|
 |
Spoon
Joined: 02 Apr 2008 Posts: 63
|
|
|
|
has someone made replyer yet?
so you fill in your email you get an email in wich is stated that you enlisted to the newsletter.
If you are sure you follow the link, if not you delete the mail.
After that you are enrolled to the newsletter.
is that possible?
I really need that. (because the double link is actually the only legal way to subscribe people to newsletters...)
|
|
| Tue Oct 21, 2008 2:25 pm |
|
 |
samiro

Joined: 20 Apr 2008 Posts: 79 Location: IL |
|
|
|
i there a new plugin for the cutenews ru ?
pleaseeeeeeeeee
_________________ www.Bwoman.co.il |
|
| Thu Jun 11, 2009 10:28 am |
|
 |
samiro

Joined: 20 Apr 2008 Posts: 79 Location: IL |
|
helpp |
|
the Click here to unsubscribe link - is not working...
can someone help me !?
_________________ www.Bwoman.co.il |
|
| Thu Jun 11, 2009 1:12 pm |
|
 |
marcelvk
Joined: 19 Jun 2008 Posts: 28
|
|
Confirmation |
|
Like nam says is there a way to activate your e-mail adres trough an activation code send to the e-mail adres and if it is not activated it gets deleted.
|
|
| Fri Jun 19, 2009 9:08 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 101
|
|
Newsletter - 300 mails per hour |
|
I've a big problem... in my provider I can send only 300 mails per hour.. I need a change code for send 300 per hour.. It's a possible??? thank you for helping...
|
|
| Wed Dec 16, 2009 3:53 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 101
|
|
|
| Mon Dec 21, 2009 4:58 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 101
|
|
|
|
I can send newsletter with smtp server, like this...
this script is a phpmailer.....
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->Host = "server"; // SMTP server
$mail->SMTPDebug = 2; // enables SMTP debug information (for testing)
$mail->Port = 25; // set the SMTP port for the GMAIL server
change this send ....
newsletter_mail($recip, $subject, $message, $from);
|
|
| Tue Jan 05, 2010 5:35 pm |
|
 |
DarkSlim

Joined: 06 Aug 2009 Posts: 241 Location: IL |
|
|
|
 |  | I can send newsletter with smtp server, like this...
this script is a phpmailer.....
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->Host = "server"; // SMTP server
$mail->SMTPDebug = 2; // enables SMTP debug information (for testing)
$mail->Port = 25; // set the SMTP port for the GMAIL server
change this send ....
newsletter_mail($recip, $subject, $message, $from); |
I see, well, have you tried to implement it?
Using SMTP should solve your problem?
_________________ Portfolio: www.Yaniv.tk
Some of my Plugins and Mods and more in the CuteNewsRU Index!
Donations Accepted, Thank you |
|
| Wed Jan 06, 2010 2:03 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 101
|
|
|
|
I try implement it, but I could not ....
|
|
| Fri Jan 08, 2010 11:55 am |
|
 |
|