Savim
A simple library to send email cross providers.
Usage
import { Savim } from 'savim';
const savim = new Savim();
await savim.addProvider<SavimSampleProviderConfig>(SavimSampleProvider, {});
addProvider(savimProvider, config?)
Add provider to savim
Params
Field Name | Type | Default | Description |
---|
savimProvider | Class implements SavimTransportInterface | required | Provider to use |
config | object | {} | Config for provider |
Tests
To execute jest tests (all errors, type integrity test)
pnpm test
Maintain
This package use TSdx. Please check documentation to update this package.