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

Can a single Mail account have multiple outgoing people names?

I notice that Postbox seems to work well with multiple identities. In addition, you can set a different name for each identity, such as:


John Smith for john.smith@somedomain.com

Support for support@somedomain.com


Is there a way to do that in Apple Mail? If not, I think I'll switch to Postbox. It's on sale for $6.95 for a short time.


Thanks,


doug

iMac, OS X Mountain Lion, iMac (21.5-inch Late 2009, 12 GB)

Posted on Dec 3, 2012 10:36 PM

Reply
54 replies

Dec 3, 2012 11:24 PM in response to Doug Lerner2

Just tried one thing and it worked for me.

Close Mail app.

go to ~/Library/Mail/V2/MailData

and copy file Accounts.plist somewhere to keep the orriginal safe if something goes wrong.

then open Accounts.plist with text editor (do not use rich text editor, just plain text)

in this file look for

<dict>
<key>AccountName</key>
<string>The name you call your account</string>

The name you call your account should be the rel name of that account

then somewhere bellow you should see

<key>EmailAddresses</key>
<array>
<string>john.smith@somedomain.com</string>
</array>

add these lines (that appears green in this port) bellow </array> that belongs to john smith.


<key>EmailAliases</key>
<array>
<dict>
<key>alias</key>
<string>support@somedomain.com</string>
<key>name</key>
<string>Support</string>
</dict>
</array>

Dec 3, 2012 11:16 PM in response to Doug Lerner2

The account(s) you create in Mail are generally the one(s) that you set up with your ISP - i.e. when I had Comcast as my internet service provider, they allowed you to set up 5 email accounts (if I remember correctly). My current ISP allows two I believe. In any case, you have to set them up with your ISP which is the service that will also allow you to send/receive email - you need to set up the accounts with them, else you won't be able to send emails (their server will not recognize the from address as a valid address).

Dec 3, 2012 11:55 PM in response to Doug Lerner2

Forget about Postbox in my first post. It's incredibly flaky. There doesn't seem to be much control over what account your email goes out from. I was clearly selecting my personal account in an email to my sister, but in the sent mail it was going from my work account. I had no control over it at all.


Anyway, I'm going to look at some of the solutions posted here and write again. Thanks, people.


doug

Dec 4, 2012 12:12 AM in response to Doug Lerner2

Doug Lerner2 wrote:


Theoretically there are places to enter alias email addresses for each account (a comma delimited list after the primary address).


But I don't see a place to enter other than the one full name for each account.


doug


Mail (on a Mac) can accommodate multiple accounts (lots) each will send mail under it's own identity. Additionally the accounts can have multiple addresses (aliases), this is the purview of the account and is usually set on the providers website and then entered in Mail in the manner you specified.


Aliases are entered in Mail here:

User uploaded file


User uploaded file

Dec 4, 2012 12:35 AM in response to Doug Lerner2

yes, the aliaces part should look like:

<key>EmailAliases</key>
<array>
<dict>
<key>alias</key>
<string>support@somedomain.com</string>
<key>name</key>
<string>Support</string>
</dict>
<dict>
<key>alias</key>
<string>support2@somedomain.com</string>
<key>name</key>
<string>Support2</string>
</dict>
<dict>
<key>alias</key>

<string>support3@somedomain.com</string>

<key>name</key>
<string>Support3</string>
</dict>
<dict>
<key>alias</key>
<string>support4@icloud.com</string>
<key>name</key>
<string>Support4</string>
</dict>
</array>

Dec 4, 2012 4:17 AM in response to Munas

Alas, it didn't work.


I read about this technique in some forums this evening, and it appears the same thing happens to other people using 10.8.2 - if the .plist is modified this way Mail crashes upon startup.


Thanks for the hint though. Maybe there is hope somehow.


Or a reasonable alternative to Mail? I thought Postbox might be that reasonable alternative, but I was having a horrible time with it trying to get mail to be sent via the correct SMTP server and in my tests kept on sending email from different accounts from what I intended!


Thanks,


doug

Dec 4, 2012 4:49 AM in response to Doug Lerner2

That, test line was in my mail plist file for about 4 hours (about an hour ago I removed it since I do not need it) and no Mail app crashes. However, 4 hours is too short period to confirm or deny app crashes due these changes in plist file.


I use aliases for domains managed by me. However, these aliases I use are one direction - incoming mail only and I do not reply to e-mail messages received to aliaced addresses. Aliases I use are for Apple IDs for different countries etc.


Why you do not use separate account for "support" and use alias instead? I guess that in this situation a separate account would make life much easier:

- Separate (inbox, outbox)

- Easy reply from this account


Since nowadays most of mail app support multiple mail accounts you may receive and reply to e-mail messages from the account you want.

Can a single Mail account have multiple outgoing people names?

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