1
How do I deal with that mistake ?
This error is when I try to send an email via Localhost on Laravel. Online works.
But I’m afraid that online error will happen too. I want to be able to handle; when it is not possible to send an error message.
That’s possible ?
It has to be SMTP on Laravel and TSL.
What is your email configuration? Is the SSL module enabled? Put the code there.
– Wallace Maxters
Take a look here: http://stackoverflow.com/a/30686838/3096922
– Wallace Maxters
How’s your . ENV settings?
– Shaolin Fantastic
It is working in the Network. I just want to treat the problem.
– Diego Souza