Releases: onema/LambdaMailer
Releases · onema/LambdaMailer
Version 0.8.0
Version 0.7.2
- Fixes some issues in the forwarder
Version 0.7.1
Add an option to report errors. This option can be turned on or off via the REPORT_EXCEPTION
environment variable. This value always defaults to FALSE.
Version 0.7.0
- Refactor to allow sending emails with attachments greater than 250KB
- Added a bucket to add attachments
- Forwarder does not send the whole raw message. Instead, it uses the parser to get the relevant parts
- Mailer only sends raw emails using this as the template
Version 0.6.0
Stable, has a message limit of 256k including attachments
Version 0.5.0
Develop serverless core (#4) * Update docs * Update to latest version of userverless-core