diff --git a/.gitignore b/.gitignore index 55be276..b92898f 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +contacts.json diff --git a/autoResponder.py b/autoResponder.py index c5f3d99..037bba5 100644 --- a/autoResponder.py +++ b/autoResponder.py @@ -10,7 +10,7 @@ def getResponseText(): contacts = checkFor_unkownContacts() -contacts.append('e.neug@icloud.com') +#contacts.append('e.neug@icloud.com') responseText = getResponseText() print(responseText) sendEmails(responseText, contacts) diff --git a/contacts.json b/contacts.json index 1e371eb..cfd742a 100644 --- a/contacts.json +++ b/contacts.json @@ -698,5 +698,7 @@ "info@snippetupperlaser.com", "plasmajet@gmx.net", "nina_vietzke@hotmail.de", - "e.neug@icloud.com" + "e.neug@icloud.com", + "e.neug@icloud.com", + "ilrajws@nokelanser.hz.cz" ] \ No newline at end of file