Browse Source

commented out email

master
memespring 16 years ago
parent
commit
5e9e6d0294
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php View File

@@ -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…
Cancel
Save