Categories

Featured templates

JS Animated. How to make contact form send email to multiple recipients

Carey Burns January 26, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

Our Support team is ready to present a new tutorial that will show you how to make contact form send email to multiple recipients in JS Animated template.

JS Animated. How to make contact form send email to multiple recipients
  1. Connect to your server via FTP or hosting cPanel.

  2. Open file bat/MailHandler.php for editing.

  3. Locate the line with your $owner_email, it should look like the following:

    	 
    		$owner_email='#';
    		
  4. In order to add two or more recipients for the form, you will need to set up the value for $owner_email as array. It should look like the following:

    		$owner_email=array("recepient1@domain.com", "recepient2@domain.com");
    		
    HTML. How to make contact form send email to multiple recipients_1
  5. Save your changes to file when you are done, test the form.

Feel free to check the detailed video tutorial below:

JS Animated. How to make contact form send email to multiple recipients
This entry was posted in JS Animated tutorials and tagged contact, form, mail, recepient. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket