The main idea of this tool is to be used after using Mailstyler .
- Export The "html" in a folder named "in" in the same directory as this py project
- Complete the .env file with your personnel API keys
- Run "mail_body_generator.py" for the unencrypted body // "mail_body_generator_encrypt.py" for the Encrypted version ( after that choose the method that you want )
- Inject the Copied HTML in the body case of your app .
- You must export your project in MailStyler as "name_of_project.html" ( The images gonna be on the same folder , on another folder named "file_" + name_of_project ) and save it on the folder "MBG/in"
- run "MBG/mail_body_generator.py" for Unencrypted result // "MBG/mail_body_generator_encrypt" for encrpyted result
- Paste on the Application that you use .
- Enjoy !
- install all dependencies :
pip install -r requirements.txt
- Complete .env file
- run "mail_body_generator.py" or "mail_body_generator_encrypt.py"