• Blog
  • Docs
  • Updates
Webda
Docs Menu
  • Quick start
    • Tutorials
  • Develop
    • Authentication
    • Binaries
    • Custom
    • Mailer
    • Models
    • Polymer
    • Queues
    • Stores
  • Deploy
    • AWS
    • Docker
    • Configuration Resolution
    • Local
    • WeDeploy

Mailer Guide

A mailer system coupled with a templating system

Overview

Web Application always needs to send an email at one point.

The mailer service is a wrapper on top of two NodeJS library : NodeMailer and EmailTemplate

It allows you to send email through SMTP, GMail, SES. It also provides Mustache templates to send email to the user with contextual informations and in his own language

NodeMailer configuration

to be completed

Templating

to be completed

Contribute on Github! Edit this section.