Level 50
show us the code that you used to send an email
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi. good night.
I have a problem with the configuration of mailings.
I have a shared hosting
Host SMTP smtp.hostinger.mx
Puertos SMTP (seguro) 587
Registro MX mx1.hostinger.mx
this is my config in the .env
MAIL_DRIVER=smtp
MAIL_HOST=smtp.hostinger.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=********
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME="message"
this gives me an error
` Expected response code 354 but got code "554", with message "554 5.5.1 Error: no valid recipients " `
Please or to participate in this conversation.