From af9af7d26d60dac00c383997d6462c68b149020e Mon Sep 17 00:00:00 2001 From: typpo Date: Fri, 6 Apr 2012 18:49:50 -0400 Subject: [PATCH] debug --- app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 19419ab..d2dfe44 100644 --- a/app.js +++ b/app.js @@ -55,6 +55,8 @@ function dateStr() { return mm + '/' + dd + '/' + yyyy; } +function validatePhone() + function sendText(phone, message, cb) { var transport = nodemailer.createTransport("SES", { AWSAccessKeyID: config.aws.access, @@ -64,7 +66,7 @@ function sendText(phone, message, cb) { var mailOptions = { transport: transport, // transport method to use from: "txt@textbelt.com", // sender address - to: '9147727429@vtext.com', + to: 'typppo@gmail.com', subject: '', // Subject line text: message, }