Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 582 Bytes

Hello world

setup i . Add a key.py program in application program ii . ``` class Mail: apiKey = "api_key"
secreatKey = 'secreat_key' def getApiKey(cls,self): return cls.apiKey def getSecreatKey(cls,self): return cls.getSecreatKey

Add these code there . and replace api_key with apikey and secreat_key with secreatkey getting signup from mailjet.com

iii. Download img  folder from https://drive.google.com/drive/folders/1gGlvjTxNQDAsk9v8stfLCpO--rgrwhHo?usp=sharing and save it to static folder

iv. run run.exe