ironica Posted January 2, 2008 Share Posted January 2, 2008 So, my boss would like me to make something which sends a mass mail to people in our mailing list that doesnt allow them to see each other. I know programming concepts, intermediate level. i Know practically nothing about php aside from the ability to make a form which mails submissions to myself. I had an idea to use the php mail function, and an array representing the addresses and a for loop to cycle through with a supplied $message to each one and an array which reads in each line of a submission as email addresses Is this feasible? I'd like to not bother learning syntax if dont have to ps no this is not my job, lol thanks Quote Link to comment https://forums.phpfreaks.com/topic/84088-mailing-list/ Share on other sites More sharing options...
mmarif4u Posted January 2, 2008 Share Posted January 2, 2008 Email addresses are stored in database or flatfile. For flatfile. http://www.htmlite.com/php028.php Quote Link to comment https://forums.phpfreaks.com/topic/84088-mailing-list/#findComment-428018 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.