[](https://codeclimate.com/github/qlaffont/sendim-mandrill/test_coverage) [  !npm !npm !Snyk Vulnerabilities for npm package !NPM
A simple library to send email with Sendim for Mandrill. Old Owner: @flexper
``typescript
import { Sendim } from 'sendim';
import { SendimMandrillProviderConfig, SendimMandrillProvider } from 'sendim-mandrill';
const sendim = new Sendim();
await sendim.addTransport
SendimMandrillProvider,
{ apiKey: process.env.MANDRILL_APIKEY! },
);
await sendim.sendTransactionalMail({
templateId: '6',
to: [
{
email: 'test@test.fr',
},
],
sender: {
email: 'test@test.fr',
},
});
`
To execute jest tests (all errors, type integrity test)
```
pnpm test
This package use TSdx. Please check documentation to update this package.