@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.
pnpm install @afetcan/email
import { ... } from '@afetcan/email'
pnpm install
pnpm dev
pnpm build