You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.