NAME

smtpstatus - List SMTP statuses

VERSION

This document describes version 0.03 of smtpstatus (from Perl distribution App-smtpstatus), released on 2014-08-16.

SYNOPSIS

# Show all statuses
% smtpstatus

# Show all X.1.X statuses
% smtpstatus x.1

# Show all statuses containing 'bad destination' in summary/description
% smtpstatus 'bad dest'

# Show longer description
% smptatus 'search string' --desc

TODO

  • Add implementation-specific codes (from Sendmail, qmail, Postfix, Exim, Spanel)

  • Format

    Use --format=text-pretty by default for interactive, set description's table_column_orders (after summary, not before) and table_column_formats ([[wrap => {columns=>40}]]).

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-smtpstatus.

SOURCE

Source repository is at https://github.com/sharyanto/perl-App-smtpstatus.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-smtpstatus

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.