Skip to content

Commit

Permalink
Update mail_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasM937 authored Dec 29, 2023
1 parent a12cc51 commit 2a35604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mail_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def main():
smtp_obj = smtplib.SMTP('smtp.mail.me.com', 587)
smtp_obj.starttls()
smtp_obj.login('[email protected]', 'zFak-1903-PinGirEis')
smtp_obj.login('mailaddress', 'Passwort')

pairs = {'name_1': '[email protected]', 'name_2': '[email protected]'}

Expand All @@ -26,4 +26,4 @@ def main():
smtp_obj.quit()

if __name__ == '__main__':
main()
main()

0 comments on commit 2a35604

Please sign in to comment.