Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.068 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'python': 0.11; 'postfix.': 0.16; 'subject:library': 0.16; 'library': 0.18; 'header:User- Agent:1': 0.23; 'serve': 0.31; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'from:addr:googlemail.com': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=mO9wv1Ne7U8c9xB0FwrIi8PvI/ErwBce/a3kA8di7SA=; b=MSzC6pBUDE+40lxhaOaI5T0Amz/o+fKqIY/BdiUPLp4ymOhqrLJ6UN9jHBLjwUdpcu TR93W0Ju9PTMuxpvLZHiB5if+OKOTTQxphP3bRmJHlhBV45HDH1FuV0GL7GQ9NkzJxCy UNFFjY9Kg2UkzHkui3w++jWBnJNo7PvzglOvL4mpFb0KoP4TBInMSNejlkWLL1xYm1GK yqh6CzVXBVtEm9HfdBCkCdc08wSAAf7faInBaoZ9pAav7YcPun0QSTuzQ/iKTu3q9jTJ tkiorqLewXnLwgx7YDfb4B0GvQXTqMTJxFjpVb7v1+eZLzBDc7/6gP5XwhnwbbdGE3H6 +cjg== X-Received: by 10.14.101.4 with SMTP id a4mr10149570eeg.28.1384318356454; Tue, 12 Nov 2013 20:52:36 -0800 (PST) Date: Wed, 13 Nov 2013 05:52:34 +0100 From: Tamer Higazi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: sendmail library ?! X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384318364 news.xs4all.nl 15902 [2001:888:2000:d::a6]:47897 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59284 Hi people! 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 ?! Thanks.... Tamer