il ccn di MAIL si può modificare?
il ccn di MAIL si può modificare?
ciao a tutti
ogni tot, provo a switchare da thunderbird a MAIL e ogni volta trovo una ragione per fermarmi... oggi sono arenato sulla copia nascosta :
con thunderbird invio copia nascosta ad un indirizzo che uso per il back up di tutto ciò che invio,
con MAIL posso inviare la copia nascosta solo a me stesso. C'è un modo per dirgli di usare una ltro indirizzo in CCN ?
grazie
ogni tot, provo a switchare da thunderbird a MAIL e ogni volta trovo una ragione per fermarmi... oggi sono arenato sulla copia nascosta :
con thunderbird invio copia nascosta ad un indirizzo che uso per il back up di tutto ciò che invio,
con MAIL posso inviare la copia nascosta solo a me stesso. C'è un modo per dirgli di usare una ltro indirizzo in CCN ?
grazie
L'articolo Completo trovato in rete
Here are the commands you need to know to play with this feature
defaults read com.apple.mail UserHeaders
This will return "The domain/default pair of (com.apple.mail, UserHeaders) does not exist" if you have none set)
defaults write com.apple.mail UserHeaders '{"Reply-To" = "theemail@goes.here"; }'
or
defaults write com.apple.mail UserHeaders '{"Reply-To" = "theemail@goes.here"; "Bcc" = "another@address.here"; }'
You can add as many headers as you like in this format. And finally,
defaults delete com.apple.mail UserHeaders
To get back to the default. Note that this doesn't give you an input box in Mail.app - Should it do?
Here are the commands you need to know to play with this feature
defaults read com.apple.mail UserHeaders
This will return "The domain/default pair of (com.apple.mail, UserHeaders) does not exist" if you have none set)
defaults write com.apple.mail UserHeaders '{"Reply-To" = "theemail@goes.here"; }'
or
defaults write com.apple.mail UserHeaders '{"Reply-To" = "theemail@goes.here"; "Bcc" = "another@address.here"; }'
You can add as many headers as you like in this format. And finally,
defaults delete com.apple.mail UserHeaders
To get back to the default. Note that this doesn't give you an input box in Mail.app - Should it do?