PHP send mail to multiple email addresses

后端 未结 14 1454
盖世英雄少女心
盖世英雄少女心 2020-11-27 06:49

What code I should do change in this PHP script to send one email to more than 20 email addresses?



        
14条回答
  •  無奈伤痛
    2020-11-27 07:09

    Programmatically sending an submitted form to multiple email address is a possible thing, however the best practice for this is by creating a mailing list. On the code the list address will be place and any change or update on email addresses to the recipients list can be done without changing in the code.

提交回复
热议问题