The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sisimai::Order::Email - Make optimized order list for calling MTA/MSP modules

SYNOPSIS

    use Sisimai::Order::Email

DESCRIPTION

Sisimai::Order::Email makes optimized order list which include MTA, MSP, and CED modules to be loaded on first from MTA/MSP/CED specific headers in the bounce mail headers such as X-Failed-Recipients. This module are called from only Sisimai::Message::Email.

CLASS METHODS

default()

default() returns default order of MTA, MSP, and CED modules

    print for @{ Sisimai::Order::Email->default };

headers()

headers() returns MTA, MSP, or CED specific header table

    print keys %{ Sisimai::Order::Email->headers };

AUTHOR

azumakuniyuki

COPYRIGHT

Copyright (C) 2015-2016 azumakuniyuki, All rights reserved.

LICENSE

This software is distributed under The BSD 2-Clause License.