The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.