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


Groups > de.comp.lang.python > #5545

Re: [Python-de] Mail versenden

From Mike Müller <mmueller@python-academy.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Mail versenden
Date 2019-10-04 11:18 +0200
Organization Python Academy GmbH & Co. KG
Message-ID <mailman.183.1570183567.32508.python-de@python.org> (permalink)
References <qn71ilUsqjvL1@news.in-ulm.de> <8fae1dce-6ee5-ae47-c1b5-da87d29734c6@python-academy.de>

Show all headers | View raw


Hallo Heiko,

smptlib gehört zur Standardbibliothek.
Einfach importieren reicht:

    import smptlib

Viele Grüße
Mike

Am 04.10.19 um 10:57 schrieb Heiko Neubauer:
> 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 | NextPrevious in thread | Find similar


Thread

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