[PHP] Manuel Lemos's PHP POP3 class

2001-02-28 Thread Adrian Murphy
anyone using this class: whats a good way to extact the address of who sent the mail and stick it in a variable,in order to reply? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] Manuel Lemos's PHP POP3 class

2001-02-28 Thread Manuel Lemos
Hello Adrian, On 28-Feb-01 14:00:48, you wrote: anyone using this class: whats a good way to extact the address of who sent the mail and stick it in a variable,in order to reply? You need to retrieve the message headers with the function RetrieveMessage and then look in the $headers array