Skip to content

Releases: symbiote/silverstripe-sesmail

4.0.0

01 Oct 07:14
c03d775
Compare
Choose a tag to compare

This release introduces SS4 support!

3.1.4

12 Mar 01:19
d0a5a20
Compare
Choose a tag to compare

SESMailer now supports sending directly and not via queued jobs when the useQueuedJobs is set to false. IT is default true.

3.0.4

15 Jan 22:21
feb7b1b
Compare
Choose a tag to compare
FIX, added the missing framework version.

3.0.3: Merge pull request #16 from stephenmcm/master

11 Dec 04:05
93ca485
Compare
Choose a tag to compare

Add a retry on (rare) SSL connection error to SES.

3.0.2

07 Aug 04:57
Compare
Choose a tag to compare

Fix bug where if the job broke due to connection issues / exception it would requeue with blank data (QueuedJobService does not pass arguments when creating the job again)

2.2.0: Merge pull request #17 from SilbinaryWolf/fix-statuscode

28 Jun 04:50
Compare
Choose a tag to compare
fix(StatusCode): Ensure statusCode is 200 OK