Releases: rayyansys/aws-ses-template-manager
Releases · rayyansys/aws-ses-template-manager
1.5.4-3
1.5.4-2
New features:
- Merge variables into the HTML body of the template and fill in their values.
- Live Preview of the template using the values of the merged variable.
- S3 image uploads, served using CDN public URLs. For that to work the AWS user should have S3
PutObject
permission on the specified bucket. To serve the images efficiently at scale, set up an Amazon CloudFront distribution with the S3 bucket as the origin and specify the distribution name in the configuration.
1.5.4-1
New features:
- Add docker support: run the server as a container. The image name will always have the format:
ghcr.io/rayyansys/aws-ses-template-manager:1.5.4-1
, where1.5.4-1
is the release name. You can also use thelatest
tag which reflects the latest commit in themaster
branch. - Set AWS credentials via environment variables.