Skip to content

A python script to verify an .eml file for SPF, DKIM and DMARC.

License

Notifications You must be signed in to change notification settings

nisargsuthar/Emmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Step 1: Create a virtual environment using:

python.exe -m venv emmy

Step 2: Depending on your OS, activate the virtual environment using:

  • Windows: .\emmy\Scripts\activate
  • Linux: source emmy/Scripts/activate

Step 3: Install requirements using:

pip install -r requirements.txt

About

A python script to verify an .eml file for SPF, DKIM and DMARC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages