Is there a way to be a 100% sure that the email you want to send is actually delivered (I'm not talking about an email address that doesn't exist)?
Can you do an extra check? I'm working in Larevel 5.0.
Is there a way to be a 100% sure that the email you want to send is actually delivered (I'm not talking about an email address that doesn't exist)?
Can you do an extra check? I'm working in Larevel 5.0.
Are you checking
Mail::failures()
?If you want 100% certainty, you should use a third party API such as mailgun. Laravel supports them out of the box, and they offer in-depth tracking.
And Error Reporting is