Zaahid Bateson

Results 91 comments of Zaahid Bateson

Hi @aprat84 -- you could try something like: ```php $received = $mail->getHeader(HeaderConsts::RECEIVED); $header = ZBateson\MailMimeParser\Header\AddressHeader::from('for', $received->getValueFor('for')); ``` Hope that helps!