I have this database table that contains emails like 300 records,
emails{email,name,join_date);
and I want to email all of them something, how could I do this with php and mysql? thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Now you just need to set $myEmailMessage to whatever you want to send to your users.
If you need more advanced emails (html, attachments, etc), you can take a look here