Sending bulk email with comma separated |
Hi;
I send comma separated (or array) as $recepients. Emails get sent as bulk and everyone gets their copy. But everyone sees the receives as benscopy@***.com. They don't see it as their own email. How can I do it so they see it as their own email it's kinda confusing. Thanks PHP Code: public function send_email($recepients, $template) |
Messages In This Thread |
Sending bulk email with comma separated - by behnampmdg3 - 03-31-2015, 07:12 AM
RE: Sending bulk email with comma separated - by CroNiX - 03-31-2015, 08:02 AM
RE: Sending bulk email with comma separated - by behnampmdg3 - 03-31-2015, 03:38 PM
RE: Sending bulk email with comma separated - by CroNiX - 03-31-2015, 08:06 AM
RE: Sending bulk email with comma separated - by CroNiX - 03-31-2015, 03:45 PM
RE: Sending bulk email with comma separated - by behnampmdg3 - 03-31-2015, 10:30 PM
RE: Sending bulk email with comma separated - by CroNiX - 04-01-2015, 07:06 AM
RE: Sending bulk email with comma separated - by mwhitney - 04-01-2015, 10:06 AM
|