UNPKG

@softkit/mail

Version:

The Mailgun Mail Module is a comprehensive solution for integrating Mailgun's email functionality into NestJS applications. It provides a seamless way to send emails using Mailgun with minimal setup and configuration.

90 lines (40 loc) 3.58 kB
Softkit Core Libraries Changelog ## [0.4.0](https://github.com/softkitit/softkit-core/compare/mail-0.3.5...mail-0.4.0) (2025-08-11) ### Features * **mail:** removed automatic conversion to base64 ([7f78363](https://github.com/softkitit/softkit-core/commit/7f78363981bb7b3af8749d25f6a81c59e240fb90)) ## [0.3.5](https://github.com/softkitit/softkit-core/compare/mail-0.3.4...mail-0.3.5) (2025-08-08) ### Bug Fixes * **mail:** added sendgrid data residency field for config ([6f014ad](https://github.com/softkitit/softkit-core/commit/6f014ad89261348c52b9ad35039ca0bbf369da1f)) ## [0.3.4](https://github.com/softkitit/softkit-core/compare/mail-0.3.3...mail-0.3.4) (2024-07-29) ## [0.3.3](https://github.com/softkitit/softkit-core/compare/mail-0.3.2...mail-0.3.3) (2024-07-16) ### Bug Fixes * **mail:** update usage of @ValidateNested decorator ([447e991](https://github.com/softkitit/softkit-core/commit/447e991c591f6600a975a63fcd994e92af3e8de2)) ## [0.3.2](https://github.com/softkitit/softkit-core/compare/mail-0.3.1...mail-0.3.2) (2024-05-28) ### Bug Fixes * **mail:** added more tests for sendgrid ([b87384b](https://github.com/softkitit/softkit-core/commit/b87384b89569d03e88f16a4fa90f81a73dae994a)) ## [0.3.1](https://github.com/softkitit/softkit-core/compare/mail-0.3.0...mail-0.3.1) (2024-05-24) ### Bug Fixes * **mail:** added optional instalation for the sendgrid library and mailgun library ([0b5eb33](https://github.com/softkitit/softkit-core/commit/0b5eb33e858382d99470845cacffe4292abdfe7b)) ## [0.3.0](https://github.com/softkitit/softkit-core/compare/mail-0.2.5...mail-0.3.0) (2024-05-23) ### Features * **mail:** added send grid library integration ([a7deef1](https://github.com/softkitit/softkit-core/commit/a7deef1f6fc5b7a520447d3ce3900c0705f10def)) ### Bug Fixes * **mail:** small tests adjustments ([913ff77](https://github.com/softkitit/softkit-core/commit/913ff77fea0a542ba7d982deacc37de1f671276a)) * **mail:** temporary lover coverage threshold ([ca5422b](https://github.com/softkitit/softkit-core/commit/ca5422b04b570d5307fffd79ca4e1fb19ea3f0e3)) ## [0.2.5](https://github.com/softkitit/softkit-core/compare/mail-0.2.4...mail-0.2.5) (2024-05-17) ### Bug Fixes * **mail:** improved logs to include context and show errors stacktrace properly ([748a0cf](https://github.com/softkitit/softkit-core/commit/748a0cfc23bd8409760818cf52ea4bb554ab9097)) ## [0.2.4](https://github.com/softkitit/softkit-core/compare/mail-0.2.3...mail-0.2.4) (2024-02-05) ## [0.2.3](https://github.com/softkitit/softkit-core/compare/mail-0.2.2...mail-0.2.3) (2024-01-26) ## [0.2.2](https://github.com/softkitit/softkit-core/compare/mail-0.2.1...mail-0.2.2) (2024-01-24) ### Bug Fixes * **mail:** fixed typed emails method ([74b6598](https://github.com/softkitit/softkit-core/commit/74b659885027bf4c7d5f479627a4a13925b493be)) ## [0.2.1](https://github.com/softkitit/softkit-core/compare/mail-0.2.0...mail-0.2.1) (2023-12-11) ## [0.2.0](https://github.com/softkitit/softkit-core/compare/mail-0.1.0...mail-0.2.0) (2023-12-01) ### Features * **mail:** refactoring for mailgun module ([2e57807](https://github.com/softkitit/softkit-core/commit/2e57807e20f3ee09407ce2129171cda76a0d1604)) ### Bug Fixes * **mail:** added more tests to cover html & text logic ([ce3acdd](https://github.com/softkitit/softkit-core/commit/ce3acdd159b29e299060a1b07eb38502e11ac37b)) ## 0.1.0 (2023-12-01) ### Features * **mail:** add base implementation for mail module ([c54098c](https://github.com/softkitit/softkit-core/commit/c54098c5c1125627667b3184577f0cb45a0da380))