xr0master / mandrill-nodemailer-transport

Mandrill API and Nodemailer v4. The plugin is very small, optimized and written in TypeScript
MIT License
6 stars 2 forks source link

Update README.md #16

Open wezzy opened 2 years ago

wezzy commented 2 years ago

The example is wrong. If I try to execute the example nodejs says that MandrillTransport is not a constructor. That is caused because the require() statement import the whole library not the constructor.

xr0master commented 2 years ago

Hi, thanks for your participation.