Improve check
This commit is contained in:
parent
0e13428210
commit
0b309245b1
|
@ -142,7 +142,7 @@ abstract class MailBuilder
|
|||
!empty($this->recipientUid)) {
|
||||
$user = User::getById($this->recipientUid, ['email']);
|
||||
|
||||
if (!empty($user)) {
|
||||
if (!empty($user['email'])) {
|
||||
$this->recipientAddress = $user['email'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user