gpg --gen-key
pass init email@domain.com
pass insert email@domain.com
pass show email@domain.com
sudo apt install aerc
aerc
- create email account - follow https://aerc-mail.org/ video
account.conf
[YouMailAccount]
source = impas://email%40xyx.com@email.xyz.com
source-cred-cmd = pass show email@xyx.com
outgoing= smtps+plain://email%40xyx.com@email.xyz.com
outgoing-cred-cmd = pass show email@xyx.com
default = INBOX
from = John Doe <email@xyx.com>
copy-to = Sent
Top comments (0)