replacing Name with your name and email@address with your email address.
The complete line could read "defaults write com.apple.mail UserHeaders '{"Disposition-Notification-To" = "Heinz Tschabitscher <[email protected]>"; }'", for example.
If the "defaults read" command above returns a line of values that starts with "{" and ends in "}":
Highlight the entire line. It might read something like {Bcc = "[email protected]"; }, for example.
Press Command-C.
Type "defaults write com.apple.mail UserHeaders '" (excluding the outer quotation marks).
Press Command-V.
Type "'".
Insert '"Disposition-Notification-To" = "Name <email@address>"; ' in front of the closing "}" character, replacing Name with your name and email@address with your email address.
The line might now read
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.