Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5544
| From | Julian Gethmann <mail.python.org@gethmann.org> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Mail versenden |
| Date | 2019-10-04 11:24 +0200 |
| Message-ID | <mailman.182.1570181461.32508.python-de@python.org> (permalink) |
| References | <qn71ilUsqjvL1@news.in-ulm.de> <cb89e2b0-259f-ad27-4c69-2bd8a4274e54@gethmann.org> |
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