The Best solution to sending emails to group members in a social network.
- by praveen
I'm developing a social network in php. There is a feature to create custom groups by members and i want to enable the owner of the group to send emails in bulk to all group members.
And most importantly i want to make sure that most mails are not going to end up in users' SPAM list.
I'm using PHPMailer in my website
What should be the best…