You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

Mail bug in Mountain Lion

There seems to be a new bug introduced to Mail in Mountain Lion.


In Mail preferences, on the Composing tab, you can still set "Send new messages from account of selected mailbox." Unfortunately, this setting seems to have no effect and all new mail is sent by default from the first account in your mail accounts list.


Any idea how to work around this?


Thanks!

iMac / iBook / iPhone, Mac OS X (10.5.2)

Posted on Jul 27, 2012 7:34 PM

Reply
435 replies

Oct 6, 2012 2:23 AM in response to markmal

Have you tried adding all the "From" addresses you need to use to the "Email Address" field your default account?


ie.


1. Open Mail's preferences

2. Go to "Accounts"

3. Select your default account and select "Account Information"

4. In the "Email Address" field add all the "From" addresses you need, separated by a comma (ie email1@address1.com, email2@address2.com, email3@address3.com). Put preferred address first (ie The one to use when creating a brand new email that is not a "reply")


I don't have a system I can try this on, but I'd be interested to know if this works.

Oct 10, 2012 1:11 PM in response to markmal

Since Apple has still not seen fit to fix this bug, I have discovered a workaround ... to create a keyboard shortcut to set the FROM address in the Mail app...


Click on "Application Shortcuts" on the left and look for the + icon at the bottom center. Click on this + and select "Mail" from the Application menu. Type in your email address (don't forgetting the formatting shown above) into the Menu Title and enter your Keyboard Shortcut combo. The keyboard combo should be easy to remember and ideally related to your email account. You can click Add when you are done.

Oct 11, 2012 9:12 AM in response to markmal

I took a stab at improving the applescript/Automator based workaround to this. My improvement is added as a comment to http://techpatio.com/2012/guides-how-to/mountain-lion-mail-default-from-field-se nder-bug but also included below in verbatim for convenience and reference.

-----------------

Since I really needed to fix this (the bug is driving me insane…), I took a stab at your wishlist and also fixed some other annoyances (sometimes your original script included the body of the original message twice for some weird reason).

There is still one really annoying behavior; “selection” only picks the first message in a thread even though another message is selected. I can’t figure out how to fix this, but the manual fix is to double click the message so that it comes up in a separate window, then the script works ok.

So, after a lot of hacking, I came up with the script below (to be used from Automator). I then use system preferences to bind this script to Cmd-R (add it to “Application Shortcuts” for “Mail.app” in “Keyboard” -> “Keyboard Shortcuts”.

Note that to get “Reply All” behavior, you replace
set theReply to reply selectedMessage
with
set theReply to reply selectedMessage with reply to all
I created a copy of the script for this and mapped it to Shift-Cmd-R

Here is the script:

on run tell application "Mail" set theSelection to selection if ((count of theSelection) > 0) then set selectedMessage to item 1 of theSelection set addresses to address of every recipient of selectedMessage set sentTo to "" repeat with selectedAccount in accounts set accountemails to email addresses of selectedAccount repeat with accountemail in accountemails if addresses contains accountemail then set sentTo to full name of selectedAccount & " <" & accountemail & ">" exit repeat end if end repeat end repeat set theReply to reply selectedMessage tell theReply to set sender to sentTo tell theReply to set visible to true else display dialog ("Select a message before running this script.") end if end tell end run

Oct 11, 2012 11:35 AM in response to Kawanaut

Kawanaut wrote:


DWFaust,


I assume that means you have to do that keyboard shortcut on every single mail you reply? Or at least you have to verify the "from" address on every reply you write, to make sure "from" is correct?


I don't understand why Apple hasn't fixed this yet. It makes no freakin' sense to destroy it in the first place.


Yes... and it's annoying that Apple hasn't yet fixed it... considering switching to Outlook (yuck) for my email client...

Oct 11, 2012 11:45 PM in response to markmal

I have a friend who does not have this probem with his IMAP account. His "Email Address" field in settings has many comma-delimited addresses.


I have the same problem described in this thread, but I use a POP3 account.


Are any of you having this problem with IMAP, or just with POP3? (Just curious if that's part of the problem... and perhaps why Apple can't reproduce it.)

Oct 12, 2012 3:18 AM in response to sfare

Kudos for doing all that Stefan but I've never used Automator before and I'm not sure which are the parts that need replacing and how to duplicate the sections that would be required for each separate e-mail address.


I have e-mails dating back to 2003 in Mail. I can't imagine what a nightmare it would be to switch to Thunderbird for example but after sending command-shift-d from the wrong account again this morning, I think it's either your script, Thunderbird or saving every reply as a draft, then double-checking the "from" address and THEN sending them all.


Now I'm going to go figure out how to explain this morning's faux pas to its recipient.


What really annoys me is that I bet most of us have been Apple users since way back when we had to have an intermediary step just to communicate with the Windows world at all. Now that Apple has more money than God you would think it could at least keep the basics working.

Oct 12, 2012 3:37 AM in response to Canadian in Malta

Good point. Automator and application bindings are not self evident. It's pretty simple though and here is the exact procedure:


Launch Automator (available in Applications)

File -> New

Select "Service" -> Click "Choose"

Blank window appears

In the left hand Column double-click on "Library" -> "Utilities" -> "Run Applescript"

Replace all text with my script

Click "Hammer" (which compiles and checks the script)

In the panel above:

Service receives "no input"

in "Mail.app"

File -> Save

Save service as: "Mail - Reply to specific"

Exit Automator



Apple menu -> System Preferences

Keyboard -> Keyboard Shortcuts -> Application Shortcuts

Click "+"

In the panel that appears:

Application: "Mail.app"

Menu Title: "Mail - Reply to specific"

Keyboard Shortcut: Hit "Cmd-R"



You're done!

Oct 12, 2012 4:16 AM in response to Scotteth

The problems seem to be in POP3. HOWEVER, several others say they don't have the problem, but they are not re-creating it properly. If emails come in and sit in the original inboxes, there is no problem, they reply from the proper account. IF they are MOVED in any way (usually due to a rule that is set up), and replied to from a different folder, then they seem to use the default email address, or the first email address in your list of inboxes.


Adding multiple email addresses to each account like described by some did nothing for me either.

Oct 12, 2012 5:47 AM in response to sfare

I just used the raw AppleScript in combination with FastScripts, which let me set the normal keyboard shortcuts (cmd-R, shift-cmd-R) and it's been working well.


I almost never use the toolbar buttons to reply, and NEVER use the menu items, so it's okay.


Still hoping Apple fixes this SOON, but with my current solution, I'm not sure I'll notice if they do. 🙂

Mail bug in Mountain Lion

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