sendim-mandrill
v1.0.324
Published
[](https://codeclimate.com/github/qlaffont/sendim-mandrill/test_coverage) [;
await sendim.addTransport<SendimMandrillProviderConfig>(
SendimMandrillProvider,
{ apiKey: process.env.MANDRILL_APIKEY! },
);
await sendim.sendTransactionalMail({
templateId: '6',
to: [
{
email: 'test@test.fr',
},
],
sender: {
email: 'test@test.fr',
},
});
Tests
To execute jest tests (all errors, type integrity test)
pnpm test
Maintain
This package use TSdx. Please check documentation to update this package.