Jump to content

IMAP reply_to problem


jester626

Recommended Posts

I've got a snippet of code that accesses an email account using the the imap function.  In my class file I can use

 

 

'sender' => $headerArr->sender[0]->mailbox . "@" . $headerArr->sender[0]->host,

 

and it gives me the senders email address.

 

However when I try to use

 

'reply_to' => $headerArr->reply_to[0]->mailbox. "@" .$headers->reply_to[0]->host,

 

 

it does not give me the reply to address (which can be different when receiving e-mails from groups, forums, etc).

 

Any help would be appreciated.

 

Jess

Link to comment
https://forums.phpfreaks.com/topic/257139-imap-reply_to-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.