hostbrook / laravel-dkim

Sign all outgoing emails in Laravel 9.x with a DKIM signature.
https://github.com/hostbrook/laravel-dkim
MIT License
0 stars 2 forks source link

Ensure correct key format. #6

Open arkdev1 opened 2 months ago

arkdev1 commented 2 months ago

Add DKIM private key settings to .env and /config/mail.php. Ensure correct key format. Log errors if private key retrieval fails.

Need this, i think, to correct issue #5