7 lines
336 B
Text
7 lines
336 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 = "`bw get password mail:template1@example.com`"
|
|
set smtp_user = "$from"
|
|
set smtp_url = "smtp://$smtp_user@smtp.example.com:587/"
|
|
set signature = $my_account_home/signature.txt
|