Re: [MlMt] automatically add cc and/or bcc addresses

2019-04-05 Thread Michael Jochims via mailmate
Hi folks, great, it worked! Thank you very much! Michael On 5 Apr 2019, at 15:23, Benny Kjær Nielsen wrote: On 1 Apr 2019, at 16:28, Michael Nietzold wrote: > defaults write com.freron.MailMate MmDefaultBccHeader -dict "from...@me.com" "bccspec...@example.com" "from@me.com" "bcc.speci.

Re: [MlMt] automatically add cc and/or bcc addresses

2019-04-05 Thread Benny Kjær Nielsen
On 1 Apr 2019, at 16:28, Michael Nietzold wrote: > defaults write com.freron.MailMate MmDefaultBccHeader -dict "from...@me.com" "bccspec...@example.com" "from@me.com" "bcc.speci...@example.com" defaults write com.freron.MailMate MmDefaultBccHeader -string m...@example.com in the dictio

Re: [MlMt] automatically add cc and/or bcc addresses

2019-04-01 Thread Michael Nietzold
defaults write com.freron.MailMate MmDefaultBccHeader -dict "from...@me.com" "bccspec...@example.com" "from@me.com" "bcc.speci...@example.com" defaults write com.freron.MailMate MmDefaultBccHeader -string m...@example.com in the dictionary and the string there can be also multiple emails

Re: [MlMt] automatically add cc and/or bcc addresses

2019-04-01 Thread Benny Kjær Nielsen
On 30 Mar 2019, at 19:44, David Green wrote: The following can be used to add a BCC (blind carbon copy) header by default to all outgoing messages: `defaults write com.freron.MailMate MmDefaultBccHeader -string m...@example.com` Using the special value "<.sender.>" tells MailMate to use the

Re: [MlMt] automatically add cc and/or bcc addresses

2019-03-30 Thread David Green
On 27 Mar 2019, at 9:13, Michael Jochims via mailmate wrote: I have the following question: Is it possible to automatically add cc and/or bcc receiver addresses? For example based on the account used for sending the mail. Or, alternatively, based on the receiving mail address. This feature wou