hello,
I want to extract email id's from a particular Inbox is this possible in php. If its possible please give me the information to work on that.
I know that in php we have a function called "imap_open" so using this we can directly connect to mail server and we can get information. but here i am not able to fetch mail id's i will get only name.
For eg : if mail id is xyz@yahoo.com so i will get xyz only
thank you
I want to extract email id's from a particular Inbox is this possible in php. If its possible please give me the information to work on that.
I know that in php we have a function called "imap_open" so using this we can directly connect to mail server and we can get information. but here i am not able to fetch mail id's i will get only name.
For eg : if mail id is xyz@yahoo.com so i will get xyz only
thank you