Sisimai::Bite::JSON::AmazonSES(3pm) | User Contributed Perl Documentation | Sisimai::Bite::JSON::AmazonSES(3pm) |
Sisimai::Bite::JSON::AmazonSES - bounce object (JSON) parser class for "Amazon SES".
use Sisimai::Bite::JSON::AmazonSES;
Sisimai::Bite::JSON::AmazonSES parses a bounce object as JSON which created by "Amazon Simple Email Service". Methods in the module are called from only Sisimai::Message.
"description()" returns description string of this module.
print Sisimai::Bite::JSON::AmazonSES->description;
"smtpagent()" returns MTA name.
print Sisimai::Bite::JSON::AmazonSES->smtpagent;
"scan()" method parses a bounced email and return results as a array reference. See Sisimai::Message for more details.
"adapt()" method adapts Amazon SES bounce object (JSON) for Perl hash object used at Sisimai::Message class.
azumakuniyuki
Copyright (C) 2016-2018 azumakuniyuki, All rights reserved.
This software is distributed under The BSD 2-Clause License.
2018-11-15 | perl v5.28.0 |