jester626 Posted February 16, 2012 Share Posted February 16, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/257139-imap-reply_to-problem/ Share on other sites More sharing options...
Muddy_Funster Posted February 17, 2012 Share Posted February 17, 2012 We would need to see the class that you are using for the imap connection to offer any practical help on that. Quote Link to comment https://forums.phpfreaks.com/topic/257139-imap-reply_to-problem/#findComment-1318299 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.