From 575f4e0b4db7bebdd1461cb321e47dd1fc663475 Mon Sep 17 00:00:00 2001
From: krypton-byte <rosid6434@gmail.com>
Date: Sun, 9 Oct 2022 02:23:05 +0700
Subject: [PATCH] fix: attribute

---
 xtempmail/aiomail.py | 2 +-
 xtempmail/mail.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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,