Studio64
03-01-2002, 08:47 PM
OK... Here goes a series of questions but, first a few statements...
i) I have a list of people in a MySQL database
ii) I would like to send the weekly emails.
iii) Quotes from my hosts SPAM policy..
We reserve the right to decide what *[Host's name]* considers "SPAM"
You are expressly prohibited from sending unsolicited bulk mail messages ("junk mail" or "spam"). This includes, but is not limited to, bulk-mailing of commercial advertising, information announcements, and political tracts. Such material may only be sent to those who have specifically requested it.
iv) My site is politically motivated...
v) I wouldn't call my mailings tracts but, as their policy says... They decide.
Questions
1) I'm under the impression that I should be able to mail information to my user base. But, should it be in good faith that I notify my host to tell them that I will be doing these mailings?
2) How should the mailings be done?.
Should I use a third party solution and send it through their POP3 server?
Should I use a php script to query my MySQL database and send it out like that? (w/ php mail() )
Something else all together?
3) Any real no, no's when writing mass mailing software, in respect to sever load?...
4) Same concept are there any real big no, no's w/ a MySQL database that could cause an uneeded server load (I'm new to MySQL coding)..
5) Anything else yall wanna add??
[ Boy... don't of of yall wish you had a customer that cared so much about your servers :D :D ]
i) I have a list of people in a MySQL database
ii) I would like to send the weekly emails.
iii) Quotes from my hosts SPAM policy..
We reserve the right to decide what *[Host's name]* considers "SPAM"
You are expressly prohibited from sending unsolicited bulk mail messages ("junk mail" or "spam"). This includes, but is not limited to, bulk-mailing of commercial advertising, information announcements, and political tracts. Such material may only be sent to those who have specifically requested it.
iv) My site is politically motivated...
v) I wouldn't call my mailings tracts but, as their policy says... They decide.
Questions
1) I'm under the impression that I should be able to mail information to my user base. But, should it be in good faith that I notify my host to tell them that I will be doing these mailings?
2) How should the mailings be done?.
Should I use a third party solution and send it through their POP3 server?
Should I use a php script to query my MySQL database and send it out like that? (w/ php mail() )
Something else all together?
3) Any real no, no's when writing mass mailing software, in respect to sever load?...
4) Same concept are there any real big no, no's w/ a MySQL database that could cause an uneeded server load (I'm new to MySQL coding)..
5) Anything else yall wanna add??
[ Boy... don't of of yall wish you had a customer that cared so much about your servers :D :D ]
