NAME

Sisimai::CED::US::SendGrid - bounce object (JSON) parser class for SendGrid.

SYNOPSIS

use Sisimai::CED::US::SendGrid;

DESCRIPTION

Sisimai::CED::US::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::CED::US::SendGrid->description;

smtpagent()

smtpagent() returns MTA name.

print Sisimai::CED::US::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 azumakuniyuki, All rights reserved.

LICENSE

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