---
title: MailMate
kind: note
description: Link Resources Manual FAQ Use GnuPG from Homebrew MailMate searches for the GnuPG binary using the default path from MacGPG . If you have GnuPG installed using Homebrew or any other method, you need…
words: 44
readingMinutes: 1
created: '2025-07-21T00:00:00.000Z'
updated: '2025-07-21T11:25:46+02:00'
website: https://freron.com/
---
## Link

<https://freron.com/>

# Resources
- [Manual](https://manual.mailmate-app.com/)
# FAQ
## Use [GnuPG](/notes/gnupg) from [Homebrew](/notes/homebrew)
MailMate searches for the [GnuPG](/notes/gnupg) binary using the default path from <span class="dead-link">MacGPG</span>. If you have [GnuPG](/notes/gnupg) installed using [Homebrew](/notes/homebrew) or any other method, you need to update the path through hidden settings, e.g.:
```shell
defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true;  name = "MM_GPG"; value = "/opt/homebrew/bin/gpg"; }'
```
Source: [farrokhi](https://gist.github.com/farrokhi/d8ce39eb12c5fae93d0d8193e510b152)
