Re: [PATCH] send-email: Change from Mail::Sendmail to Net::SMTP
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:24
"Martin Langhoff" [off-list ref] writes:
* This box has nothing listening on port 25. It doesn't get email
from the net, being a LAN machine, so I've told the debian config
system that we don't need an smtp daemon. Net::SMTP doesn't know how
to use /usr/bin/sendmail
Wouldn't --smtp-server=that.smtp.server work for you? Ah, that
would not work if your use is to send a local mail. Hmph...