Tracy Phillips

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

One Response to 'Permanently add reply-to address to mail.app'

Subscribe to comments with RSS or TrackBack to 'Permanently add reply-to address to mail.app'.

  1. Tracy — thanks for the terminal command. Question — is there any way to add a parameter to that command that only adds the populated Reply-To field when sending from a certain address?

    I’ve got a few accounts set up under mail.app, and I don’t want them ALL to be replied to the same address….

    Josh

    21 Jan 10 at 11:52 am

Leave a Reply