Sending bulk email with comma separated |
That's because you're sending it TO "[email protected]", and BCCing everyone else. If you want it to go TO them, then send it TO them and don't BCC them. So you'd have to loop through them all and send an individual email. You'll be sending a lot more mail, but it will do what you want. This is just standard email stuff and doesn't really have to do with the CI email library. The same would happen if you did the same thing in your regular email client.
|
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
|