@@ -69,17 +69,17 @@ module.exports = {
6969 from : 'none@localhost' , // sender address
7070 to : '' , // list of receivers
7171 subject : 'Welcome to localhost!' , // Subject line
72- text : 'Your username is: ' , // plaintext // body
73- html : 'Your username is: ' ,
72+ text : 'Your username is: insert_username ' , // plaintext // body
73+ html : 'Your username is: insert_username ' ,
7474 } ;
7575 } ,
7676 welcomeToCorpusTeamMailOptions : function welcomeToCorpusTeamMailOptions ( ) {
7777 return {
7878 from : 'none@localhost' , // sender address
7979 to : '' , // list of receivers
8080 subject : '[LingSync.org] Someone has granted you access to their corpus' , // Subject line
81- text : "The new corpus's identifier is: " , // plaintext // body
82- html : "The new corpus's identifier is: " ,
81+ text : "The new corpus's identifier is: insert_corpus_identifier " , // plaintext // body
82+ html : "The new corpus's identifier is: insert_corpus_identifier " ,
8383 } ;
8484 } ,
8585 suspendedUserMailOptions : function suspendedUserMailOptions ( ) {
@@ -96,17 +96,17 @@ module.exports = {
9696 from : 'none@localhost' , // sender address
9797 to : '' , // list of receivers
9898 subject : 'Welcome to localhost!' , // Subject line
99- text : 'Your username is: ' , // plaintext // body
100- html : 'Your username is: ' ,
99+ text : 'Your username is: insert_username ' , // plaintext // body
100+ html : 'Your username is: insert_username ' ,
101101 } ;
102102 } ,
103103 welcomeToCorpusTeamMailOptionsPhophlo : function welcomeToCorpusTeamMailOptionsPhophlo ( ) {
104104 return {
105105 from : 'none@localhost' , // sender address
106106 to : '' , // list of receivers
107107 subject : '[LingSync.org] Someone has granted you access to their corpus' , // Subject line
108- text : "The new corpus's identifier is: " , // plaintext // body
109- html : "The new corpus's identifier is: " ,
108+ text : "The new corpus's identifier is: insert_corpus_identifier " , // plaintext // body
109+ html : "The new corpus's identifier is: insert_corpus_identifier " ,
110110 } ;
111111 } ,
112112 suspendedUserMailOptionsPhophlo : function suspendedUserMailOptionsPhophlo ( ) {
0 commit comments