table of contents
Sisimai::Bite::JSON::SendGrid(3pm) | User Contributed Perl Documentation | Sisimai::Bite::JSON::SendGrid(3pm) |
NAME¶
Sisimai::Bite::JSON::SendGrid - bounce object (JSON) parser class for "SendGrid".
SYNOPSIS¶
use Sisimai::Bite::JSON::SendGrid;
DESCRIPTION¶
Sisimai::Bite::JSON::SendGrid parses a bounce object as JSON which created by "SendGrid". Methods in the module are called from only Sisimai::Message.
CLASS METHODS¶
"description()"¶
"description()" returns description string of this module.
print Sisimai::Bite::JSON::SendGrid->description;
"smtpagent()"¶
"smtpagent()" returns MTA name.
print Sisimai::Bite::JSON::SendGrid->smtpagent;
"adapt(Hash)"¶
"adapt()" method adapts SendGrid 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.
2019-09-10 | perl v5.28.1 |