Tracy Phillips

Archive for the ‘mail.app’ tag

Permanently add reply-to address to mail.app

one comment

This is a really easy fix to permanently add a reply-to to Apple’s mail.app. Open a terminal and adjust the following by inserting the email address that you want recipients to reply to.

defaults write com.apple.mail UserHeaders '{"Reply-To"="tracy.phillips@example.com";}'

If you later decide that is not for you, then you can get back to the default by issuing

defaults delete com.apple.mail UserHeaders

Written by Tracy

October 17th, 2009 at 9:05 pm

Posted in Apple

Tagged with