Mail config for Laravel over RoundCube
问题 I am using Laravel to send out some emails from RoundCube. The trouble is that I keep getting the same error Failed to authenticate on SMTP server with username "user@email.com" using 2 possible authenticators. Authenticator LOGIN returned Expected response code 250 but got code "530", with message "530 5.7.1 Client was not authenticated ". Authenticator PLAIN returned Expected response code 250 but got code "530", with message "530 5.7.1 Client was not authenticated. I have looked around and