I got the errors 'Failed to authenticate on SMTP server' in Laravel

I got the errors 'Failed to authenticate on SMTP server' in Laravel

error:Failed to authenticate on SMTP server with username "movasygn@dica.gov.mm" using 2 possible             authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with                       message "5
My .env file
MAIL_DRIVER=smtp
MAIL_HOST=smtp.zoho.com
MAIL_PORT=465
MAIL_USERNAME=movasygn@dica.gov.mm
MAIL_PASSWORD=*******
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME="${APP_NAME}"