I need to be able to send individual personalised emails to contacts
stored in a database. I'm able to do this using mail() and a loop, but
I've read that this isn't a very good idea as there could be a few
hundred contacts.
What is the best way to go about this? Any advice or pointers in the
right direction will be greatly appreciated!
Thanks.
Jez
stored in a database. I'm able to do this using mail() and a loop, but
I've read that this isn't a very good idea as there could be a few
hundred contacts.
What is the best way to go about this? Any advice or pointers in the
right direction will be greatly appreciated!
Thanks.
Jez
Comment