want to send email from text file.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jack001
Forum Newbie
Posts: 9
Joined: Sun Dec 10, 2006 2:48 am

want to send email from text file.

Post by jack001 »

Hi all,

I have a form which accepts emails and copy them in a text file line after line. Following is the content of the text file.

*******************
jack@yahoo.com
rose@hotmail.com
tina@msn.com
*******************


now I want to send email to INBOX to all these contacts together by php.

I need to know how will I retrive the contacts from text file and will send them bulk email with "bcc" so that one can't view another email.

how is it possible please help me

thanks in advance
jack
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Post Reply