1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Updated log description

This commit is contained in:
Eldad Fux 2020-11-21 08:26:22 +02:00
parent ffdfc36229
commit 1afd9f2c5b

View file

@ -25,7 +25,7 @@ class MailsV1
global $register;
if(empty(App::getEnv('_APP_SMTP_HOST'))) {
Console::info('Skipped mail. No SMTP server hostname has been set.');
Console::info('Skipped mail processing. No SMTP server hostname has been set.');
return;
}