Use autoresponder/Form to input and send to two email addresses

Issues related to forms.
Post Reply
signaldog
 
 
Posts: 5
Joined: Thu Dec 31, 2020 4:32 pm

Use autoresponder/Form to input and send to two email addresses

Post by signaldog »

Trying to use a form as an automated process. My clerk inputs the customer information (including their email) and it sends a notification email to those static email addresses that need a copy of the notification. The Autoresponder sends our templated email to the customer. All of this works exactly as we wanted it to.

What I want to do is input a second email address on the form and send a copy of either the notification or the templated response to that email address. It is NOT static so it can't be set up as a CC/BCC using a $email placeholder.

Alternatively, could I set up an email forwarder somewhere to take that input?

Any help would be appreciated.

If you want to see the code, it's located at testing.cvma15-1.net/Portal-Admin.php It's the New Member Welcome Email (SEC) under the Application Approved Tools section.

Thanks.
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Use autoresponder/Form to input and send to two email addresses

Post by Pablo »

I'm sorry, there is no standard solutions for this, this will require custom code.
Post Reply