Change email address to [email protected]
This commit is contained in:
@@ -22,10 +22,10 @@ module.exports = class EmailClient
|
|||||||
|
|
||||||
send: (options={})->
|
send: (options={})->
|
||||||
options.body ?= "(no body)"
|
options.body ?= "(no body)"
|
||||||
options.fromAddress ?= "wesbite@redwood-labs.com"
|
options.fromAddress ?= "info@crafting-guide.com"
|
||||||
options.fromName ?= "Crafting Guide Website"
|
options.fromName ?= "Crafting Guide Website"
|
||||||
options.subject ?= "(no subject)"
|
options.subject ?= "(no subject)"
|
||||||
options.toAddress ?= "crafting-guide@redwood-labs.com"
|
options.toAddress ?= "info@crafting-guide.com"
|
||||||
options.toName ?= "Crafting Guide"
|
options.toName ?= "Crafting Guide"
|
||||||
|
|
||||||
body =
|
body =
|
||||||
|
|||||||
Reference in New Issue
Block a user