Welcome Guest, Not a member yet? Register   Sign In
Email class
#1

[eluser]The Mask[/eluser]
Hi,

I have an array of recipients to send an email to but would like a separate email sending to each recipient so the people can't see the other peoples email addresses. I currently have a loop, similar to this...

foreach ( $emails as $email )
{
$this->email->to( $email->email_address );
$this->email->send();
}

1) The email body seems to get a bit screwed up with characters missing for some reason.
2) Is there a better way to do this? bcc_batch perhaps but not much documentation on this.

Any help appreciated.
Cheers


Messages In This Thread
Email class - by El Forum - 09-04-2009, 06:43 AM
Email class - by El Forum - 09-04-2009, 09:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB