Change email address to [email protected]

This commit is contained in:
Andrew Miner
2016-03-19 18:36:08 -07:00
parent 9dd8e8d760
commit 598d7f91c0
+2 -2
View File
@@ -22,10 +22,10 @@ module.exports = class EmailClient
send: (options={})->
options.body ?= "(no body)"
options.fromAddress ?= "wesbite@redwood-labs.com"
options.fromAddress ?= "info@crafting-guide.com"
options.fromName ?= "Crafting Guide Website"
options.subject ?= "(no subject)"
options.toAddress ?= "crafting-guide@redwood-labs.com"
options.toAddress ?= "info@crafting-guide.com"
options.toName ?= "Crafting Guide"
body =