HEX
Server: Apache
System: Linux vmi2872685.contaboserver.net 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User: computingcore (1007)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: //bin/dmarc_send_reports
#!/usr/bin/perl 
use strict;
use warnings;
use Mail::DMARC::Report::Sender;
my $sender = Mail::DMARC::Report::Sender->new;
$sender->run;

__END__

=pod

=head1 NAME

dmarc_send_reports - send aggregate reports

=head1 AUTHORS

=over 4

=item *

Matt Simerson <msimerson@cpan.org>

=item *

Davide Migliavacca <shari@cpan.org>

=item *

Marc Bradshaw <marc@marcbradshaw.net>

=back

=cut