瀏覽代碼

commented out email

import/raw
memespring 16 年之前
父節點
當前提交
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);
}

}


Loading…
取消
儲存