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

[eluser]rd13[/eluser]
How can I send an email to a multiple or more email address by using only a single input text? is that possible? someone help me pls.
#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');




Theme © iAndrew 2016 - Forum software by © MyBB