7 lines
358 B
Text
7 lines
358 B
Text
set my_account_home = '~/.config/neomutt/accounts/template1@example.com'
|
|
set from = "template1@example.com"
|
|
set realname = "Mr Template Example"
|
|
set smtp_pass = "`keyring get 'mail:template1@example.com' 'template1@example.com'`"
|
|
set smtp_user = "$from"
|
|
set smtp_url = "smtp://$smtp_user@smtp.example.com:587/"
|
|
set signature = $my_account_home/signature.txt
|