Hi Randy,
MM has an option to set pairs of email addresses such that when a given email
address is the “From:” address, the second address is put in the “Bcc:” entry.
It requires running a bash script something like the following.
----
#!/bin/bash
# Set the default bcc for various email addresses for MailMate
# Desired behaviour:
# Received BCC when replying
# [email protected] [email protected]
# [email protected] [email protected]
# [email protected] [email protected]
# [email protected] [email protected]
defaults write com.freron.MailMate MmDefaultBccHeader -dict
“[email protected]" “[email protected]" “[email protected]" “[email protected]"
“[email protected]" “[email protected]" “[email protected]" “[email protected]"
# EOF
----
N. B. The “defaults write …” is a single line (e. g. not wrapped with newlines).
I found this a long time ago either in the documentation or in an email on this
list.
HTH,
Travis
----
Travis Risner
On 7/1/22 6:37 PM, Randy Bush wrote:
> when i select Bcc, it presents a list. is there something i can do to
have the first entry in that select list be the From: address?
randy
_______________________________________________
mailmate mailing list
> [email protected]https://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate