What is the difference between Reply-to and Return-path in
the headers of a mail function?
Answers were Sorted based on User's Feedback
Answer / hemant pancholi
Basic difference between this both is follow:
Reply-to: It is user id at which you are send the this mail.
Return-path: It is user id at which mail are return when
mail is not reached to particular user id (reply_to id).
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / rakesh kumar nautiyal
Here's a quick explanation for all of you as who wonder why
your mail goes out as "mailbot@buzzcast.com:
Customers of buzzcast can change their list properties so
that replies are either ignored (never-never land), or your
own address.
Either way, when the mail comes in, it says
To: Your Listname
From: Reply-to Name: (mailbot@buzzcast.com)
When you opr subscriber hit "reply" on the message you've
received, it will be the buzzcast customers email
(joepayingbuzzcastcustomer@hisdomain.com) if they have
chosen NOT to ignore replies.
The return path is set to us (mailbot.. ) ALWAYS, so we can
remove bad addresses from the accounts! Spiffy, eh?
Some customers may not anticipate this, or understand the
difference between from, reply-to and return-path
addresses.
Mail formats are not too difficult, but they are designed
with products like buzzcast in mind.
Remember that users will NEVER see html, code, or personal
information about your account when you mail them. Just a
cool looking campaign.
This has been a common question for me, so I thought I
would share it!
| Is This Answer Correct ? | 0 Yes | 2 No |
Tell me what kind of things have you done on the social side?
Tell me what is the use of mysql_real_escape_string() function?
What are the methods of array in java?
What is the expansion of LAMP?
What is use of htmlspecialchars php?
How to execute a php script from the command line?
A company named Pensar Technologies in chennai has offered me a job as Software Trainee in chennai.But they are asking to pay demand draft of Rs.75000/- in the name of the company.They are saying the gross renumeration will pay Rs.90000/- annually.I want to know whether this is good or bad company?Help me out in this.
How to get number of elements in an array?
What is Gd PHP?
What is form validation in php?
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
How to write in a file in php?