This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
defaults
|
|
auth on
|
|
tls on
|
|
tls_certcheck off
|
|
logfile ~/.msmtp.log
|
|
|
|
account proton
|
|
host 127.0.0.1
|
|
port 1025
|
|
from colin@onec.me
|
|
user colin@onec.me
|
|
passwordeval pass personal/protonmail/bridges/$HOSTNAME
|