HEX
Server: Apache
System: Linux host.gulfair-academy.com 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:42:33 UTC 2026 aarch64
User: gulfair-group (1002)
PHP: 8.4.16
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 <[email protected]>

=item *

Davide Migliavacca <[email protected]>

=item *

Marc Bradshaw <[email protected]>

=back

=cut