NAME
Haineko::SMTPD::Relay - SMTP Connection class
DESCRIPTION
Base class for relaying to external SMTP server. Two instance methods: sendmail() and getbounce() should be implemented at sub class.
SEE ALSO
Haineko::SMTPD::Relay::ESMTP - Relaying via ESMTP
Haineko::SMTPD::Relay::SendGrid - Relaying via SendGrid Web API
Haineko::SMTPD::Relay::AmazonSES - Relaying via Amazon SES API
Haineko::SMTPD::Relay::Discard - Email blackhole
REPOSITORY
https://github.com/azumakuniyuki/Haineko
AUTHOR
azumakuniyuki <perl.org [at] azumakuniyuki.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.