Skip to content

Releases: Mikroservices/Smtp

Fix issue with event loop in request context

11 Sep 19:05
e9ab980
Compare
Choose a tag to compare
Merge pull request #13 from Mikroservices/bug/eventloop

Fix issue with wrong eventloop in request.

Add enum for HELO/EHLO message

15 Aug 09:32
Compare
Choose a tag to compare
2.1.2

Fix github actions env names

Fix protection level of send method

01 Jun 07:51
Compare
Choose a tag to compare
2.1.1

#10 Fix protection level of send method

Add possibility to use Request and Application

30 May 08:24
fa6e92c
Compare
Choose a tag to compare
Merge pull request #9 from Mikroservices/feature/application-send

Add possibility to use Request and Application

Fix issue with private Email initialisation

24 Apr 14:42
650f1fa
Compare
Choose a tag to compare
Merge pull request #7 from LebJe/master

Make Attachment initializer public

Vapor 4 Support

10 Apr 14:49
Compare
Choose a tag to compare
2.0.0

Update Vapor to 4.0.1.

Fix warning from Package.swift

05 Apr 07:08
Compare
Choose a tag to compare
Pre-release
2.0.0-rc.4

Fix Package.swift warning

Fix internal access to the configuration properties

31 Mar 11:05
Compare
Choose a tag to compare
2.0.0-rc.3

Change access to configuration properties.

Change configuration

30 Mar 20:03
Compare
Choose a tag to compare
Change configuration Pre-release
Pre-release

Configuration of SMTP server can be done via Application object:

app.smtp.configuration.host = "smtp.server"
app.smtp.configuration.username = "johndoe"
app.smtp.configuration.password = "passw0rd"
app.smtp.configuration.secure = .ssl

Move to Vapor4 (Swift NIO 2)

30 Mar 13:39
340e822
Compare
Choose a tag to compare
Pre-release
Merge pull request #4 from Mikroservices/feature/swiftnio2

Move to Vapor 4 and Swift NIO 2