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 |
What kind of things have you done on the social side?
What is helper library?
What is the purpose of break and continue statement?
What is a query in a database?
How is session data stored?
Explain what does $_server means?
What is the use of stripslashes in php?
What is the salary for php developer(Fresher)?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
How can I check if a value is already in an array?
3 Answers Rushmore Consultancy,
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
Write a program using while loop?