Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59834

Re: sendmail library ?!

From Tim Roberts <timr@probo.com>
Newsgroups comp.lang.python
Subject Re: sendmail library ?!
Date 2013-11-17 21:00 -0800
Organization Providenza & Boekelheide, Inc.
Message-ID <vk7j89tmt6vki78112v7p4st931nkhh4o7@4ax.com> (permalink)
References <mailman.2524.1384318364.18130.python-list@python.org>

Show all headers | View raw


Tamer Higazi <th982a@googlemail.com> wrote:
>
>I am looking for a python library that does mailing directly through
>"sendmail".
>
>When I look into the docs, I see only an "smtlip" library but nothing
>that could serve with sendmail or postfix.
>
>Any ideas ?!

Remember that
   import smtplib
   s = smtplib.SMTP("localhost")
usually communicates directly with the local server, whether it be sendmail
or postfix or whatever.
-- 
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

sendmail library ?! Tamer Higazi <th982a@googlemail.com> - 2013-11-13 05:52 +0100
  Re: sendmail library ?! Tim Roberts <timr@probo.com> - 2013-11-17 21:00 -0800
    Re: sendmail library ?! Grant Edwards <invalid@invalid.invalid> - 2013-11-18 17:56 +0000

csiph-web