diff --git a/api/src/Mail/Account.php b/api/src/Mail/Account.php index f34457c878..f50b2ae0d8 100644 --- a/api/src/Mail/Account.php +++ b/api/src/Mail/Account.php @@ -408,7 +408,7 @@ class Account implements \ArrayAccess return false; // no imap host or credentials } // if we are not managing the mail-server, we do NOT need to check deliveryMode and accountStatus - if ($this->acc_smtp_type == __NAMESPACE__.'\\Imap') + if ($this->acc_smtp_type == __NAMESPACE__.'\\Smtp') { return true; }