Browse Source

add email notification & template

activeAddress
Ivan Socolsky 10 years ago
parent
commit
0a0869c4fa
  1. 4
      lib/emailservice.js
  2. 2
      lib/templates/wallet_complete.plain

4
lib/emailservice.js

@ -15,6 +15,10 @@ var EMAIL_TYPES = {
filename: 'new_copayer',
notifyDoer: false,
},
'WalletComplete': {
filename: 'wallet_complete',
notifyDoer: true,
},
'NewTxProposal': {
filename: 'new_tx_proposal',
notifyDoer: false,

2
lib/templates/wallet_complete.plain

@ -0,0 +1,2 @@
<%= subjectPrefix %>Wallet complete
Your wallet <%= walletName %> is complete.
Loading…
Cancel
Save