DOKK / manpages / debian 10 / libsisimai-perl / Sisimai::Bite::JSON::SendGrid.3pm.en
Sisimai::Bite::JSON::SendGrid(3pm) User Contributed Perl Documentation Sisimai::Bite::JSON::SendGrid(3pm)

Sisimai::Bite::JSON::SendGrid - bounce object (JSON) parser class for "SendGrid".

    use Sisimai::Bite::JSON::SendGrid;

Sisimai::Bite::JSON::SendGrid parses a bounce object as JSON which created by "SendGrid". Methods in the module are called from only Sisimai::Message.

"description()" returns description string of this module.

    print Sisimai::Bite::JSON::SendGrid->description;

"smtpagent()" returns MTA name.

    print Sisimai::Bite::JSON::SendGrid->smtpagent;

"adapt()" method adapts SendGrid 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