Releases: hostbrook/laravel-dkim
Releases · hostbrook/laravel-dkim
v1.4.0
v1.3.0
- 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
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2
Release 1.1
Work version of the package