Does the standard mailto: URL schema provide any support for encoding a reply-to header, so that email can be sent from one email address but replies to that email will go to an address other than the addy that it originated from?
If so, what’s the grammar on that?
ETA: I"m talking about URLs like this:
mailto:you@domain.com?subject=hello world&cc=someone.else@somewhere.com&body=this is a test hello howdy
I can utilize such URLs in a variety of settings. I’m asking whether in addition to the To: address, the subject, the cc, the bcc, and the body, I can encode an reply-to
It’s a standard function for any decent email client, and almost all would obey it. Check out the account settings on your email client, and read “REPLY-TO” in section 4.4.3 here if you want more info.
mailto:email@domain.net?subject=hello&replyto=reply@aol.com&body=hi
In both cases the email does get generated. I can’t see all the headers on outbound email but I address it to myself, using a sending account that does not itself have a built-in Reply-to header specified, and when it comes back in I can show all headers. There’s no reply-to header.
(In contrast, if I sent from an account that IS set up with a reply-to header, it gets honored)
Will try Apple’s Mail and some other email clients, but I was hoping someone would give me an URL-string that they could say definitely DOES work. I still am not seeing at any of the links posted above a highly specific example of the grammar of a mailto: URL that incorporates reply-to.
a) You can’t edit the FROM in a mailto: url. It goes out from the account that the user is using, or, if they’ve got multiple accounts, from the default account.
b) Eudora lets you edit the FROM header if you if you install the plug-in EMP Headers, which gives several extra preference panes one of which is EMP Switches. That’s less useful nowadays, as it’s strictly an aesthetic change (the actual account, and the login to the SMTP Server, is not going to change; which means that in today’s world most SMTP servers are going to spit it back and say “uh, I don’t think so”. But it would let you click right there on the FROM header and type something else, and (assuming the SMTP server didn’t stop it from going through) that’s how it would appear to the recipient.
c) Another EMP pane, Personality Headers, lets you specify headers of your own choosing per each personality, and it does let you set up a Reply-To. This is more useful. You can send from one account and have replies come back to a different account.
d) None of which has any bearing on whether or not a mailto: URL can specify a reply-to header. I am not claiming that it can, I am curious to know whether or not it can. If it can, I want to know the syntax. I can’t get it to work, which could indicate that it simply isn’t supported.