i have an email_file.txt with about 1000 emails from my members and i install an new newsletter program that require that each email is like this: name, email.com, text.
The problem i have is that my email_file.txt i only have email addresses for each member. So I was thinking to create a .php file to generate an array with all the email fields from my file and then
echo "something" .$email. "text"; for each email i have in a "for loop"
anyone have any ideas how to do this?
thanks