I need to send an email for one form and another email for another form ie I have two forms in the same view, The first form is called user has the following fields:
- name
- subject
-
comment
When the user sends the message, an e-mail will arrive, for example, [email protected], and I have the other form that is for the company, it has the following fields:
-
name
- nit
- subject
- comment
the message should reach the email [email protected], I have no idea how to do it, is it possible to add two mail in the .env? Is there any way to configure from Mail? I'm working with laravel, I hope you understand me and help me please solve it
Thank you very much.