I have some emails that I have opened with PHP and now need to get the sender's email addresses. Can someone tell me what function I need to use for this? I already have the emails opening with PHP.
EDIT: Is this a tough question or am I just not explaining it well enough?
Do I use preg_match to get the email addresses from the opened contents?