@nestjs-modules/mailer@2.3.7
Patch Changes
-
#1313
3d92210Thanks @juandav! - Fix several issues in the mailer package:- MjmlAdapter: handle the Promise returned by
mjml2htmlin mjml v5+, so
rendered HTML is no longerundefined(#1312). The adapter now also
propagates errors from the inner engine. - MailerQueueModule: support a
globaloption in bothregisterand
registerAsync, allowingMailerQueueServiceto be injected across the
application without re-importing the module (#1311). - TransportType: re-export
TransportTypefrom the package entry point so
custom transports can type theirgetTransport()return value without deep
imports (#1309).
- MjmlAdapter: handle the Promise returned by