UNPKG
zyx-nodemailer
Version:
latest (0.30.1)
0.30.1
0.30.0
0.20.9
0.20.8
0.20.6
0.20.5
0.20.4
0.20.3
0.20.2
0.20.1
0.20.0
Implements email sending service using nodemailer
zyx-nodemailer
/
lib
/
x-closeEmailer.js
10 lines
(6 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// closeEmailer.js:
"use strict"
;
function
closeEmailer
(
tenant
) {
return
undefined
; }
module
.
exports
= closeEmailer;