![]() |
How can I send emails using a single input text. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How can I send emails using a single input text. (/showthread.php?tid=53409) |
How can I send emails using a single input text. - El Forum - 07-23-2012 [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. How can I send emails using a single input text. - El Forum - 07-23-2012 [eluser]rwestergren[/eluser] Email addresses just need to be separated by commas. Code: $single_text = 'User <[email protected]>, Another User <[email protected]>'; |