diff --git a/xtempmail/aiomail.py b/xtempmail/aiomail.py index 5f210ad..1bfe5ed 100644 --- a/xtempmail/aiomail.py +++ b/xtempmail/aiomail.py @@ -94,7 +94,7 @@ def __repr__(self): @dataclass class StrangerMail: account: Email - stranger: str + email: str async def send_message( self, diff --git a/xtempmail/mail.py b/xtempmail/mail.py index ca72009..3f86f0d 100644 --- a/xtempmail/mail.py +++ b/xtempmail/mail.py @@ -79,7 +79,7 @@ def warn_mail(e): @dataclass class StrangerMail: account: Email - stranger: str + email: str def send_message( self,