have you an email column on your users table?
Apr 1, 2021
2
Level 4
No Valid Recipients when using email verification
So I made my user model implement the MustVerifyEmail contract and I keep getting the error below
Expected response code 354 but got code "554", with message "554 5.5.1 Error: no valid recipients
When I use mail trap, everything seems to work fine but when I switch to my email hosting service (Namecheap's privateemail) I keep getting this error.
I've tried placing the snippet below to use my custom queuable notification but still.
public function sendEmailVerificationNotification()
{
$this->notify(new SendEmailVerificationNotification);
}
Anybody had this issue before?
Please or to participate in this conversation.