From da3be8d439542f907e509d9cd72f797bb301d3b5 Mon Sep 17 00:00:00 2001 From: hubobel Date: Tue, 10 Oct 2017 17:33:23 +0200 Subject: [PATCH] Bsp.Datei --- Test.py => send_Mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Test.py => send_Mail.py (98%) diff --git a/Test.py b/send_Mail.py similarity index 98% rename from Test.py rename to send_Mail.py index 4e24a84..5d117c0 100644 --- a/Test.py +++ b/send_Mail.py @@ -7,7 +7,7 @@ from email import encoders fromaddr = 'carsten.richter77@gmail.com' bcc = ['schneeschieben@web.de', 'carsten@hubobel.de', 'johanna.richter.vogt@googlemail.com', 'crichter@soka-bau.de'] toaddr = 'carsten.richter77@gmail.com' -pwd = 'xxxxxxxx' +pwd = 'PL19zPL19z' msg = MIMEMultipart()