UNPKG
smtp-connection
Version:
beta (2.4.0-beta.0)
latest (4.0.2)
legacy (3.2.0)
next (3.0.1)
4.0.2
4.0.1
4.0.0
3.2.0
3.1.0
3.0.1
3.0.0
2.12.2
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.4.0-beta.0
2.3.2
2.3.1
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Connect to SMTP servers
github.com/andris9/smtp-connection
andris9/smtp-connection
smtp-connection
/
lib
/
smtp-connection.js
9 lines
(5 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
// See the following for the actual source code:
// https://github.com/nodemailer/nodemailer/blob/master/lib/smtp-connection/index.js
const
SMTPConnection
=
require
(
'nodemailer/lib/smtp-connection'
);
module
.
exports
=
SMTPConnection
;