34534534534555
IS-IT--Management
Hi!
I have a standard database that is populated from a php page, collecting people's email addressess and some other information. Unitl now i have been copying the addresses into Outlook and sending them email.
Now, because of expected increasing volume, i want, on my admin page, the ability to input some text into a form and then send emails with it as the body and the email addresses extracted from the database. Additionally, each email must be seperate, ie, people must not be able to see one another's email address. Not so importantly, but preferably i would like to be able to include a picture in the email body -is this possible?
So obv, there is a need for a loop here. Can all this be done using php mail() or do i need an add-on module or something else entirely..
The volume isn't huge, <500 at the moment but potentially <5000.
I greatly appreciate any advice.
I have a standard database that is populated from a php page, collecting people's email addressess and some other information. Unitl now i have been copying the addresses into Outlook and sending them email.
Now, because of expected increasing volume, i want, on my admin page, the ability to input some text into a form and then send emails with it as the body and the email addresses extracted from the database. Additionally, each email must be seperate, ie, people must not be able to see one another's email address. Not so importantly, but preferably i would like to be able to include a picture in the email body -is this possible?
So obv, there is a need for a loop here. Can all this be done using php mail() or do i need an add-on module or something else entirely..
The volume isn't huge, <500 at the moment but potentially <5000.
I greatly appreciate any advice.