DEV Community

Cover image for Aerc Mail Setup and Send Email Using Neovim
hardyweb
hardyweb

Posted on • Updated on

Aerc Mail Setup and Send Email Using Neovim

gpg --gen-key

Enter fullscreen mode Exit fullscreen mode
pass init email@domain.com 
Enter fullscreen mode Exit fullscreen mode
pass insert email@domain.com
Enter fullscreen mode Exit fullscreen mode
pass show email@domain.com 
Enter fullscreen mode Exit fullscreen mode
sudo apt install aerc 
aerc 
Enter fullscreen mode Exit fullscreen mode

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 
Enter fullscreen mode Exit fullscreen mode

Image description

Top comments (0)