19 Jan
2004
19 Jan
'04
11:16 p.m.
On Mon, Jan 19, 2004 at 05:16:55PM -0500, Bill Mills-Curran wrote:
I've been looking for a configuration variable to have mutt use an SMTP server other than localhost. I haven't seen one, yet. Is it possible?
If you don't mind building some code, then get SMTPClient: http://www.engelschall.com/sw/smtpclient/distrib/smtpclient-1.0.0.tar.gz Then apply my patch (attached). Then you can put a line like this in your .muttrc: set sendmail="/path/to/smtpclient -Smy.smtp.server.org -H -fbill@mills-curran.net" That's the technology that brings you this message here. -Chuck