laravel-dkim
laravel-dkim copied to clipboard
Laravel 5 MailServiceProvider decorator, providing sign outgoing emails with DKIM
hi, i'm trying to use your DKIM library for laravel 7, but when i use: composer require Fossil01/laravel-dkim. It says that the version does not support laravel 7: Problem 1...
I seems that the DKIM signing classes are not used when a mail is dispatched to the queue. Even writing a job that sends an email will not result in...
Please add to src/DkimMailServiceProvider.php row: parent::registerMarkdownRenderer(); It needs for support themes
Please. Is it possible to update us for laravel 7? With Laravel 7, I have this error : > Call to undefined method Illuminate\Mail\MailServiceProvider::registerSwiftMailer() thank you so much
@vitalybaev you should also consider renaming the repository to `vitalybaev/laravel-dkim` since it isn't restricted to Laravel 5 any more (at least in my fork).
Здравствуйте! Сделайте пожалуйста полный пример, ибо с коробки по ридми гайду не подписывает. Спасибо!
Hello. Why not make compatible with the mail driver? I often leave the driver to mail for my Laravel projects. So I allowed myself to add it in the condition....
Thank you for providing this package to the Laravel community. When setting it up for my local environment I needed to temporarily disable the addition of DKIM signatures. Hopefully this...
Hi, I've added provider into config/app.php, however still get Class 'Vitalybaev\LaravelDkim' not found error. laravel 5.6 Thanks