Answers for "how to add multiple email in mail php"

PHP
1

how to add multiple email in mail php

## "TO" PARAMETER OF MAIL FUNCTION IN PHP
Receiver, or receivers of the mail.

Some examples are:
- [email protected]
- [email protected], [email protected]
- User <[email protected]>
- User <[email protected]>, Another User <[email protected]>
Posted by: Guest on May-03-2022

Code answers related to "how to add multiple email in mail php"

Browse Popular Code Answers by Language