kosir wrote:After a recheck of what I did to make phplist work with gmail I noticed that there is a ; missing after "$this->IsSMTP()" in step 4. After adding this ; my newsletter came back to life.
$phpmailer_smtpuser='your Gmail address';
$phpmailer_password='your Gmail password';
$phpmailer_smtpport=465;
$phpmailer_smtpuser='your Gmail address';
$phpmailer_smtppassword='your Gmail password';
$phpmailer_smtpport=465;
bookwish wrote:
A few lines down, just below $this->Mailer="smtp", add $this->IsSMTP(); (necessary?).
emma wrote:Sorry, sending the email to request your confirmation failed, please click "Reload" to try again. If it still does not work, it may be because you are listed on our "Black List", which means that you cannot receive emails from our newsletter system. In that case, please contact the administrator.
if ($sendrequest && $listsok) {
#is_array($_POST["list"])) {
if (sendMail($email, getConfig("subscribesubject:$id"), $subscribemessage,system_messageheaders($email),$envelope,1)) {
sendAdminCopy("Lists subscription","\n".$email . " has subscribed\n\n$history_entry");
addUserHistory($email,$history_subject,$history_entry);
print $thankyoupage;
} else {
print '<h3>'.$strEmailFailed.'</h3>';
if ($blacklisted) {
print '<p>'.$GLOBALS["strYouAreBlacklisted"].'</p>';
}
}
} else {
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 1 guest