I would like to be able to use a TO recipient list in the following format:
User <user@example.com>, Another User <anotheruser@example.com>
My Joomla server is configured to use PHP Mail. The above format example was taken from PHP 5 documentation, so it would appear that PHP Mail should accept a recipient list in this format.
When I use CFv5's Email Action, it throws an error indicating that I must include at least one recipient email address.
If I use a recipient list in the following format:
user@example.com,anotheruser@example.com
all works just fine.
Is there a way I can format the email recipient list to meet my requirement?
User <user@example.com>, Another User <anotheruser@example.com>
My Joomla server is configured to use PHP Mail. The above format example was taken from PHP 5 documentation, so it would appear that PHP Mail should accept a recipient list in this format.
When I use CFv5's Email Action, it throws an error indicating that I must include at least one recipient email address.
If I use a recipient list in the following format:
user@example.com,anotheruser@example.com
all works just fine.
Is there a way I can format the email recipient list to meet my requirement?