CDash icon indicating copy to clipboard operation
CDash copied to clipboard

Potential issue in app/cdash/include/Messaging/Notification/Email/Mail.php

Open fspindle opened this issue 2 years ago • 0 comments

I suspect a typo in Mail.php line 79

             if (config('mail.driver') != 'stmp') {

that should be rather

             if (config('mail.driver') != 'smtp') {

fspindle avatar Apr 14 '22 14:04 fspindle