Forum
e-mail senden vom raspberry unter python (Computertechnik)
» Wie kann ich den Port von 25 auf 587 wechseln ??
"class smtplib.SMTP(host='', port=0, local_hostname=None, [timeout, ]source_address=None)" [vgl. https://docs.python.org/3/library/smtplib.html ]
Versuch mal (ich glaube da gehört noch ein . statt ein , vor das ch in der Domain)
smtp = smtplib.SMTP('bluewin.ch', 587)
ggf. musst du auch SMTP_SSL statt SMTP verwenden, falls dein Provider TLS erzwingt.
Und was Gastl schon angesprochen hat: Editier mal deinen Post und ersetzte deine E-Mail-Adresse durch einen Dummy
Edit: Link repariert.
Gesamter Thread:
e-mail senden vom raspberry unter python - luemar
, 02.01.2017, 15:54 (Computertechnik)

e-mail senden vom raspberry unter python - Gastl, 02.01.2017, 16:31
e-mail senden vom raspberry unter python - luemar
, 02.01.2017, 17:29

e-mail senden vom raspberry unter python - bastelix
, 02.01.2017, 17:28

e-mail senden vom raspberry unter python - luemar
, 02.01.2017, 18:18

e-mail senden vom raspberry unter python - bastelix
, 02.01.2017, 19:38

e-mail senden vom raspberry unter python - luemar
, 03.01.2017, 11:09

e-mail senden vom raspberry unter python - bastelix
, 03.01.2017, 21:55
