CDash
CDash copied to clipboard
Potential issue in app/cdash/include/Messaging/Notification/Email/Mail.php
I suspect a typo in Mail.php line 79
if (config('mail.driver') != 'stmp') {
that should be rather
if (config('mail.driver') != 'smtp') {