need to add api to send emails
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from src.pojo.contact_pojo import ContactPojo
|
||||
|
||||
|
||||
class EmailReceiver:
|
||||
def __init__(self, mail_address: str, store_type: int, id: str, date: str):
|
||||
self.mail_address = mail_address
|
||||
self.store_type = store_type
|
||||
self.appointment_id = id
|
||||
self.appointment_date = date
|
||||
Reference in New Issue
Block a user