Answers for "mail php multiple recipients"

PHP
1

mail php multiple recipients

## "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

Browse Popular Code Answers by Language