Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

I want to set up my email composition with a default me@alumni.myschool.edu address that is different from my ISP. How do I configure? Command line OK with me.

Hi everyone,


I want to set up my email composition with a default me@alumni.myschool.edu address in the "Reply-to" field that is different from my ISP. How do I configure mail to set this default?


I have looked through the help and fail to see an option in the Preferences -> Compose window.


I am OK with UNIX Command line tasks if that is the only way to set this default.


Basically I have an alumni email redirection service, which is an address that never changes, even if I change ISP. That way all my friends can use it an never change. However, they tend to use whatever ISP address is, not what I have asked them to use.


I want to force emails I send to default to my alumni address when my friends reply, not my ISP address. I want control over this.

Mail-OTHER, Mac OS X (10.5.8)

Posted on Jun 22, 2012 5:40 PM

Reply
11 replies

Jun 23, 2012 12:50 AM in response to Confused Once Again

Confused Once Again wrote:


I want to set up my email composition with a default me@alumni.myschool.edu address in the "Reply-to" field that is different from my ISP. How do I configure mail to set this default?


Email preferences --> select Account --> Account Information tab --> Email address.


The Email address setting supplies the "from" mail address in a sent email for that account.


I been doing this for years (well in Eudora but it works in Mail too) since my return address is a mail forwarding service. That lets me switch ISP's and no one is ever the wiser. I just change the forwarding service "pointer" to point to my new ISP. But everyone else see sees the same "from" address as it's always been.

Jun 23, 2012 6:57 AM in response to Confused Once Again

The following Terminal command works for me:


defaults write com.apple.mail UserHeaders '{"Reply-To" = "reply-to@address"; }'


Further details from:


http://email.about.com/od/macosxmailtips/qt/etalwaysreplyto.htm


I think I recall that in the past some large mail providers rejected, without warning, incoming mails with incorrect from addresses. They may also invoke some spam filters. I prefer to use the correct from address with a normal reply-to header. Most people just hit their reply button without bothering about the address used in which case reply-to works as intended.

Jul 1, 2012 3:19 PM in response to Neville Hillyer

Neville,


Thanks so far.


You are correct. My ISP will not allow me to change the From: field. They block any email going out that does not have my address. Makes sense for controlling spam.


I am still having trouble with the command line syntax. I am using bash shell, so I think it is expecting something slightly different, but this seems to be on the right track.


I'm getting " -bash: syntax error near unexpected token `}' " back when I run the command.

Jul 2, 2012 11:06 AM in response to Confused Once Again

Confused Once Again wrote:


Neville,


I got it to work!!


Here is the exact syntax that needs to be used.

defaults write com.apple.mail UserHeaders '{Reply-To = "me@alumni.myschool.edu"; }'


Works like a charm.


I'll repeat, that is the incorrect way to do this. All you need to do is change the email address for the account. You shouldn't have to modify any plist value with a defualt write in apple's Mail. Any proper mail program has the ability to specify an account's desired return address through it's settings.

Jul 2, 2012 11:40 AM in response to X423424X

I previously said, "I recall that in the past some large mail providers rejected, without warning, incoming mails with incorrect from addresses".


There are exceptions to this. For example many ISPs accept emails from fixed IPs and add a header to this effect. I came across this alternative security check when I set up my own SMTP to experiment with alternative addresses and facilitate unlimited size emails.


It all depends upon the policy of your email provider and / or ISP - they are not necessarily the same - mine are different. In some instances the receiving email provider will block all emails they are not happy with - I think Hotmail did this for several weeks a few years ago.


It is always best to use the correct headers. If you are not happy with Mail's lack of header control you can always use a proper client such as Thunderbird.

I want to set up my email composition with a default me@alumni.myschool.edu address that is different from my ISP. How do I configure? Command line OK with me.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.