浏览代码

commented out email

master
memespring 16 年前
父节点
当前提交
5e9e6d0294
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php 查看文件

@@ -40,7 +40,7 @@ class news_mailer {
//Send the email
if($email_text !=""){
send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "StreetWire - a new service from PlanningAlerts", $email_text);
// send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "StreetWire - a new service from PlanningAlerts", $email_text);
}

}


正在加载...
取消
保存