Hi,
I will want to send my subscribers a newsletter.
I intend to have my php script simply work through the
mysql client table and send each client the same email
with a separate mail() command in the while loop.
I will NOT be using cc or bcc.
I run a dedicated server with CentOS Linux 5
and Virtualmin version 3.67 Pro running.
This uses Postfix, I think.
1) If I have 800 clients is this going to cause some kind of
server overload ?
2) Is this the best approach ?
3) Should I pause a second or two between a batch of
say ten, to avoid problems ?
4) What DNS settings should I check to ensure that I don't get
all my emails into everones spam box - or worse end up getting listed as
a spammer ?
Can I see ( and check ) that these settings are OK by looking at
headers my Postfix logs after I have sent out a test newsletter
to my own email account ?
What should I look for ?
Thanks for any help.
PS - these ARE my subscribers, they signed up for the newsletter so
I am not sending spam.
Most people use a paid service, but I want to send them myself.
I will want to send my subscribers a newsletter.
I intend to have my php script simply work through the
mysql client table and send each client the same email
with a separate mail() command in the while loop.
I will NOT be using cc or bcc.
I run a dedicated server with CentOS Linux 5
and Virtualmin version 3.67 Pro running.
This uses Postfix, I think.
1) If I have 800 clients is this going to cause some kind of
server overload ?
2) Is this the best approach ?
3) Should I pause a second or two between a batch of
say ten, to avoid problems ?
4) What DNS settings should I check to ensure that I don't get
all my emails into everones spam box - or worse end up getting listed as
a spammer ?
Can I see ( and check ) that these settings are OK by looking at
headers my Postfix logs after I have sent out a test newsletter
to my own email account ?
What should I look for ?
Thanks for any help.
PS - these ARE my subscribers, they signed up for the newsletter so
I am not sending spam.
Most people use a paid service, but I want to send them myself.
Comment