NAME
Sisimai::Bite::JSON::AmazonSES - bounce object (JSON) parser class for Amazon SES
.
SYNOPSIS
use Sisimai::Bite::JSON::AmazonSES;
DESCRIPTION
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.
CLASS METHODS
description()
description()
returns description string of this module.
print Sisimai::Bite::JSON::AmazonSES->description;
smtpagent()
smtpagent()
returns MTA name.
print Sisimai::Bite::JSON::AmazonSES->smtpagent;
scan(header data, reference to body string)
scan()
method parses a bounced email and return results as a array reference. See Sisimai::Message for more details.
adapt(Hash)
adapt()
method adapts Amazon SES bounce object (JSON) for Perl hash object used at Sisimai::Message class.
AUTHOR
azumakuniyuki
COPYRIGHT
Copyright (C) 2016-2018 azumakuniyuki, All rights reserved.
LICENSE
This software is distributed under The BSD 2-Clause License.