Explorar el Código

commented out email

master
memespring hace 16 años
padre
commit
5e9e6d0294
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php Ver fichero

@@ -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);
}

}


Cargando…
Cancelar
Guardar