hi

i am using the Zend_Mail_Storage_Pop3 for downloading mails from a pop3
server.
if a want to get the e-mail adress from a sender of any emails, which i
am downloading, i have a problem.
i only get the name from the sender of a email and not his e-mail address!

echo "FROM:".$message->from;
or  
echo "FROM:".$message->getHeader('from');

only delivers the name  but not the e-mail address.
It looks like Zend_Mail cuts the e-mail address from the "from" part!
-- 
View this message in context: 
http://www.nabble.com/Zend_Mail_Storage_Pop3-didn%27t-get-the-e-mail-address-from-a-receiving-mail.-tp24565603p24565603.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to