#3737: sendmail variable is ignored
----------------------+----------------------
Reporter: yoshiki | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.5.14
Resolution: | Keywords:
----------------------+----------------------
Comment (by barsnick):
{{{
Your shared muttrc says:
set smtp_url=smtps://[email protected]@smtp.googlemail.com
I.e. you are setting $smtp_url. The documentation says:
# set smtp_url=""
#
# Name: smtp_url
# Type: string
# Default: ""
#
#
# 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.
Note the last sentence.
You are successfully sending mail via SMTP, but not by sendmail.
Checking your sendmail logs could have possibly shown that.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3737#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent