Hello!
I am working on a newsletter system.
I want to be able to send the same news message to all subscribers.
I store the subscribers emails in a .txt file because I don't want to use MySql databases.
I am having problems on how to set the $to to a filename and so it will send the message to each subscriber in the list. I guess it's a repeat function or something.
Guys, please help!
Thank you.