Removed holiday content; Fixed minor bugs; Started to add login code (moved to another project).

This commit is contained in:
Wynne Crisman
2016-02-04 13:29:55 -08:00
parent c93f19654e
commit 2ba994e7f2
6 changed files with 23 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//Email settings - Change these:
exports.fromAddress = 'wynne@av4h.com';
exports.smtpUser = 'wynne@av4h.com';
exports.fromAddress = 'wynne@petitteton.com';
exports.smtpUser = 'wynne@petitteton.com';
exports.smtpPassword = 'landFJ40';
exports.smtpHost = "secure.emailsrvr.com";
exports.smtpPort = 465;