浏览代码

commented out email

import/raw
memespring 17 年前
父节点
当前提交
df5ed142d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      trunk/tools/news_mailer.php

+ 1
- 1
trunk/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);
}

}


正在加载...
取消
保存