abeall Posted July 7, 2008 Share Posted July 7, 2008 I have a list of users who have signed up to receive some mail from a website. I already have the event set up which triggers the mailing, but how would I deliver the mail to all these users without getting marked as spam? Currently, I'm just looping through my list of emails and sending a unique mail() to each. My list of emails is currently less than 100, and is not going to be more than a couple hundred anytime soon. Link to comment https://forums.phpfreaks.com/topic/113578-how-to-send-mass-subscriber-based-mail-mailing-list/ Share on other sites More sharing options...
gigas10 Posted July 7, 2008 Share Posted July 7, 2008 It would be up to the user to make sure the email is not marked as spam. Link to comment https://forums.phpfreaks.com/topic/113578-how-to-send-mass-subscriber-based-mail-mailing-list/#findComment-583595 Share on other sites More sharing options...
abeall Posted July 7, 2008 Author Share Posted July 7, 2008 Granted, but there must be things to do and things not to do in order to prevent the mail or your server from being more suspicious looking, as well as general code techniques. Can anyone help me with that? For instance, is there any harm in doing a for/while loop and sending up to a few hundred mail() calls? Link to comment https://forums.phpfreaks.com/topic/113578-how-to-send-mass-subscriber-based-mail-mailing-list/#findComment-584025 Share on other sites More sharing options...
kenrbnsn Posted July 8, 2008 Share Posted July 8, 2008 I suggest you check out Wez Furlong's talk "PHP: Best Mailing Practices" Audio Slides Ken Link to comment https://forums.phpfreaks.com/topic/113578-how-to-send-mass-subscriber-based-mail-mailing-list/#findComment-584084 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.