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.
- Host: GitHub
- URL: https://github.com/cafjs/caf_smtp
- Owner: cafjs
- Created: 2020-08-04T06:44:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T22:33:48.000Z (about 3 years ago)
- Last Synced: 2025-08-09T02:49:40.495Z (11 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-2.0.txt
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}