In Laravel ordered the sending of text mail will come if it if I use a local server (OpenServer)?
If I made a post in Laravel using SMTP , but use a local server (OpenServer) , it will be stored in userdata/temp/mail , and will not come in the real mail , right ?
2 answers
SMTP send. Interceptor works for the function php mail()
No. If you entered the settings of the real servers, the message there and leave. To develop a driver log.
Find more questions by tags LaravelOpen Server