Basic PHP Programming Question:
Download Questions PDF

What is the difference between Reply-to and Return-path in the headers of a mail function?

Answer:

Reply-to: Reply-to is where to delivery the reply of the mail.

Return-path: Return path is when there is a mail delivery failure occurs then where to delivery the failure notification.

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
What type of headers have to be added in the mail function to attach a file?Explain about Type Juggling in php?