-
Notifications
You must be signed in to change notification settings - Fork 36
Generate an HTML Report
Kerem edited this page Jun 25, 2023
·
3 revisions
With the EmailAnalyzer you can generate an Html report from your eml file.
You must use -o
parameter to specify the output file.
python3 email-analyzer.py -f your-eml-file.eml -o report.html
You may use different names for the output file.
You don't need to create your html file before. EmailAnalyzer will do it for you.