Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5544
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Julian Gethmann <mail.python.org@gethmann.org> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Mail versenden |
| Date | Fri, 4 Oct 2019 11:24:36 +0200 |
| Lines | 39 |
| Message-ID | <mailman.182.1570181461.32508.python-de@python.org> (permalink) |
| References | <qn71ilUsqjvL1@news.in-ulm.de> <cb89e2b0-259f-ad27-4c69-2bd8a4274e54@gethmann.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de Y+HGrtL1Dp47HlNLxrwxug46pKMLY422gvPbNJ7DK5Vg== |
| Return-Path | <mail.python.org@gethmann.org> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 |
| In-Reply-To | <qn71ilUsqjvL1@news.in-ulm.de> |
| Content-Language | en-US |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.29 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <cb89e2b0-259f-ad27-4c69-2bd8a4274e54@gethmann.org> |
| X-Mailman-Original-References | <qn71ilUsqjvL1@news.in-ulm.de> |
| Xref | csiph.com de.comp.lang.python:5544 |
Show key headers only | View raw
Hallo Heiko, du musst smtplib nicht extra intstallieren, da es bereits mit Python mitkommt. Das ist übrigens bei sehr vielen Python-Bibliotheken so. In Python kannst du einfach mit ``` import smtplib ``` die Bibliothek laden und dann damit Mails verschicken. Unter https://docs.python.org/3/library/index.html findest du die Dokumentation zu allen Bibliotheken die mitgeliefert werden, u. a. auch smtplib. Mit freundlichen Grüßen, Julian On 04/10/2019 10.57, Heiko Neubauer wrote: > Hallo, > > ich hab mir Python 3.7 installiert > und würde gerne Emails versenden, > leider kann ich smptlib nicht installieren. > > Meldung: > ERROR: Could not find a version that satisfies the requirement smptlib (from v > ersions: none) > ERROR: No matching distribution found for smptlib > > kennt jemand eine alternative und kann helfen? > > Bin absoluter Neuling im programmieren. > > Heiko > _______________________________________________ > python-de maillist - python-de@python.org > https://mail.python.org/mailman/listinfo/python-de >
Back to de.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Mail versenden Heiko Neubauer <heiko.neubauer@gmx.de> - 2019-10-04 10:57 +0200 Re: [Python-de] Mail versenden Christopher Arndt <chris@chrisarndt.de> - 2019-10-04 11:20 +0200 Re: [Python-de] Mail versenden Julian Gethmann <mail.python.org@gethmann.org> - 2019-10-04 11:24 +0200 Re: [Python-de] Mail versenden Mike Müller <mmueller@python-academy.de> - 2019-10-04 11:18 +0200
csiph-web