@tymber/mail
v0.0.1
Published
Mail module for the Tymber framework
Downloads
270
Maintainers
Readme
The mail module.
Table of contents
Installation
npm i @tymber/mailUsage
import { CoreModule } from "@tymber/core";
import { MailModule } from "@tymber/mail";
const app = await App.create({
components: [db],
modules: [CoreModule, MailModule]
});