kirschbaum-development / nova-mail

A Laravel Nova action that provides a mail sending form for any resource
MIT License
73 stars 25 forks source link

where I need to config the gmail smtp . #48

Closed abdulmoeed137 closed 3 years ago

abdulmoeed137 commented 3 years ago

I need to config gmail smtp to send email. how can I do this

adammparker commented 3 years ago

Hello @abdulmoeed137, if I'm understanding your question correctly - I think this is not related to this package. You can configure how Laravel (and by extension Nova) sends email outside of this package.

Quick reference (you maybe have better luck separately googling how to get Gmail working): https://laravel.com/docs/8.x/mail#configuration

adammparker commented 3 years ago

Closing this due to inactivity.