2022-10-15 21:52:57 +02:00
|
|
|
set my_account_home = '~/.config/neomutt/accounts/template1@example.com'
|
|
|
|
set from = "template1@example.com"
|
|
|
|
set realname = "Mr Template Example"
|
2024-01-23 02:59:56 +01:00
|
|
|
set smtp_pass = "`bw get password mail:template1@example.com`"
|
2023-10-18 00:45:39 +02:00
|
|
|
set smtp_user = "$from"
|
|
|
|
set smtp_url = "smtp://$smtp_user@smtp.example.com:587/"
|
2022-10-15 21:52:57 +02:00
|
|
|
set signature = $my_account_home/signature.txt
|