API Reference
This page provides detailed API documentation for the Email Deliverability Library.
DeliverabilityManager
Authentication
SPF
DKIM
DMARC
Reputation
List Hygiene
IP Warming
Resource Management
- class email_deliverability.resource_manager.ResourceManager(*args, **kwargs)[source]
Bases:
objectManage external resources like blacklists and IP reputation data.
- __init__(cache_dir=None)[source]
Initialize the resource manager.
- Parameters:
cache_dir (str) – Directory to store cached resources
- download_resource(resource_name, url=None, processor=None, force=False)[source]
Download and cache an external resource.