Send email from localhost using gmail in Laravel
Most of the developers face situation where they wont be able to send email from localhost in Laravel using gmail credentials. It is bit connected settings between Laravel and Gmail. Steps to follow while setting it up in local Create gmail account so that you can use it for your Laravel application. eg: I have created account [email protected] with password Setp@assword. Go to gmail security settings to allow less secure app. By default, google has security not to allow other…
0
Read More