Page 1 of 1

il ccn di MAIL si può modificare?

Posted: Tue Feb 03, 2009 5:31 am
by Kira69
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

Posted: Tue Feb 03, 2009 5:38 am
by gabod3
Kira69 wrote:con MAIL posso inviare la copia nascosta solo a me stesso.
E' talmente assurda come cosa che penso di non averla capita.
Con Mail puoi inserire nei Ccn qualsiasi indirizzo...

Posted: Tue Feb 03, 2009 5:45 am
by Kira69
ovvio, quello si hai ragione , ma io voglio che in automatico OGNI MESSAGGIO VENGA MANDATO IN COPIA AD UN INDIRIZZO SPECIFICO.

risolto con comando terminale


a terminale digitare :
defaults write com.apple.mail UserHeaders '{"Bcc" = "indirizzo@dominio.com"; }'

Posted: Tue Feb 03, 2009 5:47 am
by Kira69
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?