Giter VIP home page Giter VIP logo

seneca-mail's Introduction

@seneca/mail

Send emails with templates.

Build Status Coverage Status DeepScan grade dependencies Status

Voxgig This open source module is sponsored and supported by Voxgig.

Updated plugin - WORK IN PROGRESS

Options

  • test : boolean false : Test mode.
  • history : boolean true : Save mail history to sys/mailhist entity.
  • makehist : function : Add properties to sys/mailhist entity.
  • logmail : boolean true : Log mail sending at info level.
  • email.send : boolean false : Send email (for safety, off by default).
  • email.preview : boolean false : Preview email.

Set plugin options when loading with:

seneca.use('mail', { name: value, ... })

Note: foo.bar in the list above means { foo: { bar: ... } }

Action Patterns

Action Descriptions

« sys:mail,hook:render »

No description provided.


« sys:mail,send:mail »

No description provided.


seneca-mail's People

Contributors

cexmcote avatar faceleg avatar guyellis avatar iantocristian avatar mirceaalexandru avatar nherment avatar rionastokes avatar rjrodger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

seneca-mail's Issues

Configuring credentials details via environment variables

Just looking at adding some configuration to an app and haven't found a good example of injecting credentials via environment variables.

Do you have any tips on how this can be done in seneca? specifically with seneca-mail.

Thanks

Update nodemailer

Currently, nodemailer and its transports are several versions above the one declared by this plugin (more than one year old now).

Consider updating the fixed version declarations, like so:

 nodemailer                 ~1.4.0  →   ~2.5.0 
 nodemailer-smtp-transport  ~1.0.3  →   ~2.6.0 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.