mirror of
https://github.com/neomutt/samples.git
synced 2025-02-18 10:30:49 +01:00
11 lines
475 B
Plaintext
11 lines
475 B
Plaintext
# -------------------------------------------------------------------------
|
|
# Name: smtp_url
|
|
# -------------------------------------------------------------------------
|
|
# Defines the SMTP smarthost where sent messages should relayed for
|
|
# delivery. This should take the form of an SMTP URL, e.g.:
|
|
# smtp[s]://[user[:pass]@]host[:port]
|
|
# where “[...]” denotes an optional part. Setting this variable overrides
|
|
# the value of the $sendmail variable.
|
|
|
|
# set smtp_url = ""
|