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

Recommended Answers

All 2 Replies

Am I correct, that you want to send a mass-email to your users (something like a newsletter), but you want to send only one, each time somebody visits your website ?

Why not make an administration script to send the email to everyone at once, or per 100, 200 or 500 ?

Actually i want to send email one by one. there is a some reason.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.