Please help me to solve this problem:
My .env file config is:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.titan.email
MAIL_PORT=465
MAIL_USERNAME=myemail
MAIL_PASSWORD="mypassword"
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=myemail
MAIL_FROM_NAME="${APP_NAME}"
But when I send a test email, returns this error:
Expected response code 250 but got code "550", with message "550 5.7.1 Mail contain spam content B612260026 "
Thank You