Releases: luyadev/luya-mailjet
Releases · luyadev/luya-mailjet
1.9.1
1.9.1 (28. June 2022)
- #21 Slice bulk array to 50 items, as there is a limitation
1.9.0
1.9.0 (7. June 2022)
- #20 Add new option to retrieve items properties along with the email.
1.8.0
1.8.0 (15. March 2022)
- #19 Add new option to send message as bulk. Which is an array of messages.
1.7.1
1.7.1 (27. July 2021)
- Allow LUYA Core Version 2.0
1.7.0
1.7.0 (8. June 2021)
- #15 Added exception if MJML parser contains errors, otherwise the request will silently fail.
1.6.3
1.6.3 (19. January 2021)
- #14 Fix json decode exception when the parameter is violated in the subscribe form widget.
1.6.2
1.6.2 (30. December 2020)
- #13 Fix issue when sending emails with enabled template error reporting
1.6.1
1.6.1 (1. December 2020)
- #11 Allow none scalar values as variable when using
setVariables()
in MailerMessage
.
1.6.0
1.6.0 (25. August 2020)
- #9 Implemented the option to attache files to a given message with
attach()
or attachContent()
.
1.5.0
1.5.0 (22. July 2020)
- Options to increase client connection timeouts.