Hi!
i want to send 10,000 email to my users i have shared web hosting. i think i have only this solution.
i want a simple php coding. if some one visit at my site an email automatically send from database list.
i have a mysql table
--------------------------------
| ID | email | Status |
|-----|--------------|---------|
| 1 | emailaddress | 0 |
|-----|--------------|---------|
| 2 | emailaddress2 | 1 |
--------------------------------
After send an email, email status automaticly change to 0
(sorry for my poor english)
Thanks in advance