I have a text area where email addresses will be entered in a separate line. I need to read those one by one and send out an email to each email address so for example: the textare may have email1@yahoo.com email2@hotmail.com email3@gmail.com I need to be able to read this data one by one and process it using the mail() function. can someone show me how to do that i.e. read each one separately into maybe an array and process it ? im kinda new to php. ....