Reply-to and Return-path - Mail Function

by 2 replies
3
What is the difference between Reply-to and Return-path in the headers of a mail function?
#programming #function #mail #replyto #returnpath
  • indicates to where error reports should be sent; it's typically used for mails that aren't sent individually from a human. is an explicit request that replies get sent to somewhere other than the email's address. Neither should be used for authentication.
  • When using this function, you will need to ensure your server and php supports this. Another thing, if sending mail to an email on your own domain, ensure it doesn't hit the spam box!

    Paulio

Next Topics on Trending Feed