An open API service indexing awesome lists of open source software.

https://github.com/cafjs/caf_smtp

Caf.js library to send email with SMTP transports.
https://github.com/cafjs/caf_smtp

Last synced: 5 months ago
JSON representation

Caf.js library to send email with SMTP transports.

Awesome Lists containing this project

README

          

# Caf.js

Co-design cloud assistants with your web app and IoT devices.

See https://www.cafjs.com

## Library for sending email using SMTP

This repository contains a `Caf.js` library to send email with SMTP transports.

## Dependencies Warning

To eliminate expensive dependencies for apps in the workspace that do not need `caf_smtp`, the packages `nodemailer@^6.4.11`, and `nodemailer-html-to-text^3.1.0` have been declared as optional dependencies even though they are always needed.

Applications that depend on `caf_smtp` should also include these dependencies in package.json as normal dependencies.

## API

See {@link module:caf_smtp/proxy_smtp}

## Configuration

### framework.json

See {@link module:caf_smtp/plug_smtp}

### ca.json

See {@link module:caf_smtp/plug_ca_smtp}