simple mailinglist
simple mailinglist
Out of context: Reply #12
- Started
- Last post
- 13 Responses
- unfittoprint0
if your server allows php, use the read function to retrieve a text file with each email separated by commas, parse it, and loop the result [another more advanced way is to have a database and, query it and loop the array], and send a separate email to each recipient.
If you use the correct headers, no email will be targeted as junk.