Skip to content

Releases: hostbrook/laravel-dkim

v1.4.0

16 Mar 00:07
Compare
Choose a tag to compare

Support Laravel 11.x added

v1.3.0

17 Nov 05:27
Compare
Choose a tag to compare
  • Added a possibility for DKIM settings in the .env file with the priority over /config/mail.php file.
  • Added a possibility to keep RSA Private Key in the text file. The path to the text file must be relative to the project base path.
  • Added warning in the log file if at least one of the parameters (selector, domain, or private key) is not set. - If at least one of the parameters (selector, domain, or private key) is not set, the email will be sent (with a warning in the log file)The email still will be sent but without the DKIM signature.

v1.2.5

26 Aug 00:19
Compare
Choose a tag to compare

Support Laravel 10.x versions added

v1.2.4

30 Jul 04:29
Compare
Choose a tag to compare

The Symfony Mailer bug warning has been removed since it was fixed by the Symfony team.

v1.2.3

12 Apr 19:50
Compare
Choose a tag to compare

Requirement for Symfony Mailer version ^6.0 added

v1.2.2

12 Apr 16:52
Compare
Choose a tag to compare
  • License changed to MIT
  • Warning about Symfony Mailer bug added
  • Requirement for Symfony Mailer version ^5.2 added

v1.2.1

09 Apr 21:44
Compare
Choose a tag to compare

Laravel 9 support added

v1.2

09 Apr 21:25
Compare
Choose a tag to compare

Support Laravel 9 added

Release 1.1

08 Jul 23:10
Compare
Choose a tag to compare

Work version of the package