Tuesday, November 10, 2020

Python Spam Check Example

A simple Python wrapper for Postmark’s Spamcheck API

Installation

$ pip install spamcheck

Usage

import spamcheck

result = spamcheck.check(your_email_content, report=True)
score = result['score']
report = result['report']

Lisence

This software is licensed under MIT License


Reference :


Previous Post
Next Post

0 komentar: