0.0.2 • Published 1 year ago

@vucod/email v0.0.2

Weekly downloads
-
License
Apache
Repository
github
Last release
1 year ago

EMAIL SERVICES

@afetcan/email is the package used to send e-mail. It works with protocols like postmark, smtp. This structure can be expanded. Local development can be done by running in mock mode. Although this structure is an npm package, it is currently used directly as a docker container. From here, e-mail API structures are also available. Where you want to use, you can easily send e-mails directly using the APIs.

NPM

Setup

pnpm install @afetcan/email

Usage

import { ... } from '@afetcan/email' 

Dependencies

Development

Setup

pnpm install

Dev

pnpm dev

Build

pnpm build

Linkler