aboutsummaryrefslogblamecommitdiff
path: root/mail/py-authheaders/pkg-descr
blob: 1fdb4e36a952b0dc432685c36c4eedcbe2d9d3a8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                                    
This is a Python library for the generation of email authentication headers.


The library can perform DKIM, SPF, and DMARC validation, and the results are
packaged into the Authentication-Results header.

authenticate_message(message, "example.com", ip='192.168.50.81',
     mail_from="test.com", helo="domain.of.sender.net")

Authentication-Results: example.com; spf=none smtp.helo=domain.of.sender.net smtp.mailfrom=test.com;
    dkim=pass header.d=valimail.com; dmarc=pass header.from=valimail.com

WWW: https://github.com/ValiMail/authentication-headers