implemented more /sample methods
This commit is contained in:
@ -30,7 +30,7 @@ export default (mailAddress, subject, content, f) => { // callback, executed em
|
||||
});
|
||||
}
|
||||
else if (process.env.NODE_ENV === 'test') {
|
||||
console.log('Sending mail to ' + mailAddress + ': -- ' + subject + ' -- ' + content);
|
||||
console.info('Sending mail to ' + mailAddress + ': -- ' + subject + ' -- ' + content);
|
||||
f();
|
||||
}
|
||||
else { // dev
|
||||
|
Reference in New Issue
Block a user