fix smtp backend typo in config sample

This commit is contained in:
Clément DOUIN 2024-09-20 08:33:20 +02:00
parent 63cf9ca3da
commit 24c9e3b384
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -215,10 +215,6 @@ message.read.format = "auto"
#
message.write.headers = ["From", "To", "In-Reply-To", "Cc", "Subject"]
# Overrides the backend used for sending messages.
#
message.send.backend = "smtp"
# Saves a copy of sent messages to the sent folder. The sent folder is
# taken from folder.alias, defaults to Sent.
#
@ -471,7 +467,7 @@ imap.auth.cmd = "pass show example-imap"
# Defines the SMTP backend for the message sending feature.
#
backend = "smtp"
message.send.backend = "smtp"
# SMTP server host name.
#