Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

transacemail-smtp

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transacemail-smtp

Transactional Email & Templated Email for NodeJS

  • 0.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Build Status Deps NPM version Gem version Downloads extra

SMTP MailProvider for node-transacemail

Usage

var Mailing = require('transacemail');

var mails = Mailing
              .compile('/path/to/mails')
              .setMailProvider(require('transacemail-smtp')(smtpOptions)); // see smtp options at https://github.com/nodemailer/nodemailer#set-up-smtp

// OR
var SMTP = require('transacemail-smtp');

var mails = Mailing
              .compile('/path/to/mails')
              .setMailProvider(SMTP(smtpOptions, { // see smtp options at https://github.com/nodemailer/nodemailer#set-up-smtp
                subject: "node-transacemail-smtp",
                from: "smtp@transacemail.com",
                fromname: "Francois-Guillaume Ribreau"
              }));

Donate

I maintain this project in my free time, if it helped you please support my work via paypal or bitcoins, thanks a lot!

Keywords

FAQs

Package last updated on 31 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc