Welcome Guest, Not a member yet? Register   Sign In
How can I send emails using a single input text.
#2

[eluser]rwestergren[/eluser]
Email addresses just need to be separated by commas.

Code:
$single_text = 'User <[email protected]>, Another User <[email protected]>';

mail($single_text, 'subject', 'message');


Messages In This Thread
How can I send emails using a single input text. - by El Forum - 07-23-2012, 06:48 AM
How can I send emails using a single input text. - by El Forum - 07-23-2012, 10:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB