want to send email from text file.
Posted: Sat Jun 16, 2007 6:38 am
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
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