SMTP is the main transport in Nodemailer for delivering messages. SMTP is also the protocol used between different email hosts, so it’s truly universal. Almost every email delivery provider supports SMTP-based sending, even if they mainly push their API-based sending. APIs might have more featu...
nodemailer/nodemailer-smtp-transportPublic NotificationsYou must be signed in to change notification settings Fork36 Star206 master 1Branch40Tags Code Folders and files Name Last commit message Last commit date Latest commit andris9 v2.7.4 Apr 7, 2017 ...
SMTP transport module for Nodemailer Applies for Nodemailer v1.x and not for v0.x where transports are built-in. Usage Install with npm npm install nodemailer-smtp-pool Require to your script varnodemailer=require('nodemailer');varsmtpPool=require('nodemailer-smtp-pool'); ...