Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 391 Bytes

emails.md

File metadata and controls

9 lines (5 loc) · 391 Bytes

Emails

The backend can be configure to send transactional emails via a SMTP server.

See nodemailer.ts for the available configuration options.

Console fallback

If SMTP is not configured, console.log will be used to print essential information contained in emails. This allows you to develop locally without having to provide the SMTP configuration.