Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Email /
Sender /
Delete
Unzip
Name
Size
Permission
Date
Action
Failure
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Manual
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Role
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Success
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Transport
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Failure.pm
3.06
KB
-rw-rw-rw-
2020-10-10 20:34
Manual.pm
881
B
-rw-rw-rw-
2020-10-10 20:34
Simple.pm
4.38
KB
-rw-rw-rw-
2020-10-10 20:34
Success.pm
956
B
-rw-rw-rw-
2020-10-10 20:34
Transport.pm
2.83
KB
-rw-rw-rw-
2020-10-10 20:34
Util.pm
3.63
KB
-rw-rw-rw-
2020-10-10 20:34
Save
Rename
package Email::Sender::Success; # ABSTRACT: the result of successfully sending mail $Email::Sender::Success::VERSION = '1.300035'; use Moo; #pod =head1 DESCRIPTION #pod #pod An Email::Sender::Success object is just an indicator that an email message was #pod successfully sent. Unless extended, it has no properties of its own. #pod #pod =cut no Moo; 1; __END__ =pod =encoding UTF-8 =head1 NAME Email::Sender::Success - the result of successfully sending mail =head1 VERSION version 1.300035 =head1 DESCRIPTION An Email::Sender::Success object is just an indicator that an email message was successfully sent. Unless extended, it has no properties of its own. =head1 AUTHOR Ricardo Signes <rjbs@semiotic.systems> =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2020 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut