Basic PHP Programming Question: Download PHP PDF

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

Tweet Share WhatsApp

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 PDF Read All 139 PHP Questions
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?