Jump to content

How to send mass subscriber based mail (mailing list)


abeall

Recommended Posts

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.

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.