<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 27 Mar 2019, at 9:13, Michael Jochims via mailmate wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I have the following question:<br>
<br>
Is it possible to automatically add cc and/or bcc receiver addresses?<br>
For example based on the account used for sending the mail. Or,<br>
alternatively, based on the receiving mail address.<br>
<br>
This feature would help me a lot, especially for business mails.<br>
This way mails sent via my business mail account would automatically<br>
be sent to my colleages as well.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I know that BCC can be done:</p>

<p dir="auto"><a href="https://manual.mailmate-app.com/hidden_preferences" style="color:#3983C4">https://manual.mailmate-app.com/hidden_preferences</a></p>

<p dir="auto">The following can be used to add a BCC (blind carbon copy) header by default to all outgoing messages:</p>

<p dir="auto"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmDefaultBccHeader -string me@example.com</code></p>

<p dir="auto">Using the special value "<.sender.>" tells MailMate to use the sending address of the related account.</p>

<p dir="auto">Dave</p>
</div>
</div>
</body>
</html>