parent
554080d193
commit
58c17fd975
@ -1,3 +1,7 @@ |
||||
"use strict"; |
||||
|
||||
export const send = (message, callback) => process.nextTick(callback); |
||||
export const send = (message, callback) => { |
||||
console.log("Mail sender is not implemented"); |
||||
console.log(message.title); |
||||
process.nextTick(callback); |
||||
}; |
||||
|
Loading…
Reference in new issue