2 Aug 1996 22:14
SMTP client
Satish Viswnantham <satish <at> netscape.com>
1996-08-02 20:14:24 GMT
1996-08-02 20:14:24 GMT
Is there any place where I can get SMTP client code (in c). (want to use send mail from my programs, do n't want to use sendmail unix command). thanks, -- bye, >Satish< From djb <at> koobera.math.uic.edu Tue Aug 6 01:50:09 1996 Received: from koobera.math.uic.edu (qmailr <at> KOOBERA.MATH.UIC.EDU [128.248.178.247]) by list.cren.net (8.6.12/8.6.12) with SMTP id BAA27774 for <ietf-smtp <at> list.cren.net>; Tue, 6 Aug 1996 01:50:08 -0400 Received: (qmail-queue invoked by uid 666); 6 Aug 1996 05:54:14 -0000 Date: 6 Aug 1996 05:54:14 -0000 Message-ID: <19960806055414.19379.qmail <at> koobera.math.uic.edu> From: djb <at> koobera.math.uic.edu (D. J. Bernstein) To: ietf-smtp <at> list.cren.net Subject: Re: header-munging > Comments on draft-gellens-smtp-submit-00.txt are appreciated. Instead of an SMTP extension, why not use a different TCP port? Advantage #1: Existing servers, including qmail 0.90+ and sendmail 8.8+, can already be configured to handle this, with no code changes. Advantage #2: Client support is very easy. In fact, you can make this work with every existing client, with no code changes, if you have a machine sitting around that currently doesn't use port 25. (Just have it forward port 25 to the new port on the real server. Use a port 113 proxy(Continue reading)

RSS Feed