Skip to content

Commit

Permalink
removed third email in Imap test
Browse files Browse the repository at this point in the history
removed email
  • Loading branch information
Mephisto2409 committed Nov 29, 2024
1 parent 8d8e2d1 commit 717298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMailService.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def imap_test():

subject="TestBCC",
body="Test time!!",
recipients=[EmailReception(contact=(Contact(email_address ="praxisprojekt-remail@uni-due.de")), kind=RecipientKind.to),EmailReception(contact=(Contact(email_address ="toadbella@gmail.com")), kind=RecipientKind.bcc),EmailReception(contact=(Contact(email_address ="Karolinebock2409@web.de")), kind=RecipientKind.bcc)],
recipients=[EmailReception(contact=(Contact(email_address ="praxisprojekt-remail@uni-due.de")), kind=RecipientKind.to),EmailReception(contact=(Contact(email_address ="toadbella@gmail.com")))],
#attachments=[Attachment(filename=r"C:\Users\toadb\Documents\ReinventingEmail\test.txt")])
)
print("IMAP Logged_in: ",imap.logged_in)
Expand Down

0 comments on commit 717298a

Please sign in to comment.