I think the most straightforward solution would be to use a package that helps you interact with an email service's API. For example, you can use the Laravel-Gmail package: https://github.com/dacastro4/laravel-gmail.
Dec 14, 2019
9
Level 5
How to sent Mail in Laravel?
In my Application, there are many registered Client. They have different Email Address. Like Gmail, Yahoo, Outlook etc.
Every Client has many Customers. Their Email address are also different. Every Client will sent Email to their Customers.
Now, I want to know, is it possible to sent Email from Different System?
Like:
Gmail to yahoo
Gmail to Personal Domain
etc
Give me the way to solve this.
Please or to participate in this conversation.