Path: csiph.com!news.mixmin.net!news.unit0.net!peer01.am4!peer.am4.highwinds-media.com!peer02.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx43.am4.POSTED!not-for-mail From: VL User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-2 Content-Language: cs Content-Transfer-Encoding: 8bit Subject: Re: [python] =?utf-8?b?cG90dnJ6ZW7DrSBvIHDFmWXEjXRlbsOtLCBkb3J1xI1l?= =?utf-8?b?bsOt?= X-BeenThere: python@py.cz X-Mailman-Version: 2.1.24 Precedence: list List-Id: Konference PyCZ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: cz.comp.lang.python Message-ID: X-Mailman-Original-Message-ID: X-Mailman-Original-References: References: Lines: 21 X-Complaints-To: abuse@usenet-news.net NNTP-Posting-Date: Fri, 24 Nov 2017 17:25:41 UTC Organization: usenet-news.net Date: Fri, 24 Nov 2017 18:25:41 +0100 X-Received-Body-CRC: 3466319900 X-Received-Bytes: 2136 Xref: csiph.com cz.comp.lang.python:3215 On 2017-11-24 16:33, Ing. Vladislav Ludík wrote: > Zdravím všechny, > > občas bych potřeboval od adresáta potvzení o přečtení či soručení. > > Používám konstrukci SMTPLIB. > > Poradí někdo, jak to udělat či vyžádat ? Slouzi k tomu DSN (Delivery Status Notification) (viz napr. https://www.sendmail.org/~ca/email/dsn.html) SMTP.sendmail se tento pozadavek preda v mail_options. Zalezi na MTA a MUA zda to umi a chteji splnit. Takze na to nelze spolehat. Ale pro zakladni statistiku to vetsinou funguje. V.