Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nafeeur10's avatar

Multiple Contact Email Address in Laravel

I have a Contact Form which has a Dropdown to select Department and Every department has different Email Address.

Now what will be the approach to do that. I can handle to sent Email from same Hosting but here user's Email is not same providers.

What should I do?

0 likes
1 reply
automica's avatar

@nafeeur10 are you looking to change the 'to' address, depending on a value in your dropdown?

That should be ok to do out of the box. Your email settings determine which account Is being used to send the email, and so long as that information is correct, it shouldn't matter who the 'to' address is.

Please or to participate in this conversation.