Skip to content

Commit

Permalink
fix smtp backend typo in config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 20, 2024
1 parent 63cf9ca commit 24c9e3b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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.
#
Expand Down

0 comments on commit 24c9e3b

Please sign in to comment.