2
Good morning.
I’m making a cron with Laravel 5.2
for sending emails to my company, I am using sending Mail
of Laravel and would like to know if there is a way for Laravel to recognize that the email does not exist or recognize that there was an error in sending because the e-mail of the Registry does not exist when it is sent.
Take a look at this lib: https://github.com/skmetaly/laravel-smtp-email-verifier
– Kayo Bruno
I’ll take a look and already pass the feedback. Thanks
– Luiz Gustavo Costa Ceolin
That would be right @Kayobruno. Now I will just configure my server to do the check, because by default it comes configured only google.com. Thanks Brow
– Luiz Gustavo Costa Ceolin