logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mconnect - connect to the SMTP server on a host

Description

mconnect  connects  to port on host.  It sends its input to host, adding a CR to each line.  Meanwhile it
       prints anything it receives from host.

       If port is not supplied, mconnect uses port 25 (SMTP).

       If host is not supplied, mconnect connects to the local host.

Name

       mconnect - connect to the SMTP server on a host

See Also

tcpclient(1)

                                                                                                     mconnect(1)

Syntax

mconnect [ host [ port ] ]

See Also