You can send email to mutiple persons in one time. This tutorial shows you in 1 file with a normal form. When you submit, this file will be sent an email immediately to the target emails from your database.
This tutorial require 1 PHP file and 1 table of mySQL database.
email_to_multiple.php
Database "tutorial" and table "email_list" with 3 fields: id(auto_increment), name(varchar, 50), email (varchar, 50) and put some records into this table. (directly by phpMyAdmin) as below;