Hi,
I have a database (MySQL), including 100 customers, their emails and names.
I'm planning to write a script which automatically sends email to them, (a loop that handles with "mail" function).
I would prefer to send it by including their private name inside the content (by using a variable).
Should I send a separated email for each customer?
If not - How many accounts should I put in the "to" field without to be considered as a spam?
Thanks
I have a database (MySQL), including 100 customers, their emails and names.
I'm planning to write a script which automatically sends email to them, (a loop that handles with "mail" function).
I would prefer to send it by including their private name inside the content (by using a variable).
Should I send a separated email for each customer?
If not - How many accounts should I put in the "to" field without to be considered as a spam?
Thanks