marcusmagalhaes wrote: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);
D72 wrote:i also use the newsletter, well, i am going to use it...
And i am testing it again and discovered that the unsubscribe link from the email that the receiver got, is not working.
Also read that there are other people dealing with it. A shame.
Still no fix or workaround for it?
Or is there a way to create some kind of a hard coded url for unsubscribe
Other thing is, i would like to see that the TinyFck editor is activated or integrated to make my newsletters.
I know some html and coding. But clients just have no idea what to do when they make a newsletter and see all the HTML crap
Is it hard to let TinyFck work with the news letter too?
Return to Additional Downloads
Users browsing this forum: No registered users and 0 guests