I know we can use mail() function in PHP to send out mail.I want to know if I can define a customized reply email address in mail().that mean the receiver can reply to customized email address.
I want to know if it is possible the send-out email address can be diffirent with reply email address.
That mean I send email from email A and I want the receiver CAN reply the email to email B.Do you think I can do this with PHP mail() function. Please tell me how to do it in PHP.Thanks a lot.
Happy Holiday.