Brand Indicators for Message Identification or BIMI (pronounced: Bih-mee) is an emerging email specification that enables the use of brand-controlled logos within supporting email clients
Current Setup is for development purposes.
$ python --version
You check python installation steps, in case of issues.
$ pip --version
Install pip in case it isn't installed.
$ git clone https://github.com/Hiteshpandey/BIMI-official.git bimi
$ cd bimi
$ pip install virtualenv
$ python -m venv env
This should create a folder named env inside your bimi setup folder. This might look something like this path C:/bimi/env.
# For linux
$ source ./env/bin/activate
# For windows
.\env\Scripts\activate
$ pip install -r requirements.txt
you can find custom configuration file here -> custom_config.py
$ python .\app.py