Audit: Insecure clear text protocol JS-D019
Security
Major
8 months ago8 months old
Unsafe clear text protocol
 82    service: "gmail",
 83    host: "smtp.gmail.com",
 84    port: 587,
 85    secure: false, 86    tls: { rejectUnauthorized: false },
 87    auth: {
 88      user: "[email protected]",