Se você usa uma versão do mutt que é compilada com suporte a SMTP , o mutt pode enviar mail para outro servidor via SMTP. Caso contrário, sempre usará o servidor de correio local.
Para usá-lo, você precisa definir a variável smtp_url
.
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.