Sending Email without having to verify Email

Hello, I am new to n8n and using it for an internship. I created a webhook that triggers when a customer submits a form. It takes all the customers data(name, email, business, phone number, location, etc) and sends it to our CRM. I am trying to have a node send a follow up email from the General Manager, at the location the customer selected, to the costumer. However it makes me verify the GM’s email, which I do not have access to.

Hey @Teague_Schnittger hope all is well, welcome to the community.

Ok, so you have a form, which receives and passes some information down the pipeline - to the CRM. You want CRM to send an email on behalf on the General manager. There are multiple locations, and each have its own General manager. So the CRM needs you to confirm which GM email to send the info from. Did I get this right?

If so, you need to get access to the information, an endpoint of some sort to retrieve information about the location and its corresponding GM’s email. If you cannot get this information, that would mean that whoever is managing the system wouldn’t want you to do what you are doing and you shouldn’t be doing it. If they are OK with you doing it, then they will give you access and you will be able to proceed with your automation.

Hey thanks for you message. I talked to some coworkers and we are using a company SMTP email and having that send to the costumers and the reply back would go to the GM.