Hi, I have a section that i just added to my site that collects the email addresses of of users who would like to receive weekly information from us. But now my question is, how do I send out my HTML format newsletter to the 400 people I have on my list? I really don't want to have to read through my database and email each and every person. Rather I want to use a loop statement of some type ( of course ) and send out this file to them. Note that I want to send them an already existing file rather than specify my message directly in the mail() function, so I don't think the mail() function will be appropriate here. any thoughts?
blue presley