NAME
Mail::DMARC::Report::Send - send a DMARC report object
VERSION
version 1.20130614
DESCRIPTION
Send DMARC reports, via SMTP or HTTP.
Report Sender
A report sender needs to:
1. store reports
2. bundle aggregated reports
3. format report in XML
4. gzip the XML
5. deliver report to Author Domain
12.2.1 Email
Mail::DMARC::Report::Send::SMTP
12.2.2. HTTP
Mail::DMARC::Report::Send::HTTP
12.2.3. Other Methods
Other registered URI schemes may be explicitly supported in later versions.
AUTHORS
Matt Simerson <msimerson@cpan.org>
Davide Migliavacca <shari@cpan.org>
CONTRIBUTORS
Benny Pedersen <me@junc.eu>
ColocateUSA.net <company@colocateusa.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by ColocateUSA.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.