Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $email_account = EmailAccount::find($id);
  2.  
  3. Mail::to()->queue(new MassiveMail($email_account, $data));
  4.  
  5. [2019-05-16 19:16:47] local.ERROR: Failed to authenticate on SMTP server with username "example@mail.com" using 3 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535-5.7.8 Username and Password not accepted.
  6.  
  7. Mail::to()->send(new MassiveMail($email_account, $data));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement