Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.57 KB

EMAIL SERVICES

Version Downloads License Github Stars

@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