SMTP Message Facility destination plugin (Using libcurl). More...
Inherits mf::service::ELdestination.
Public Member Functions | |
ELSMTP (const fhicl::ParameterSet &pset) | |
ELSMTP Constructor. | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &msg) override |
Serialize a MessageFacility message to the output. |
SMTP Message Facility destination plugin (Using libcurl).
Definition at line 44 of file SMTP_mfPlugin.cc.
mfplugins::ELSMTP::ELSMTP | ( | const fhicl::ParameterSet & | pset | ) |
ELSMTP Constructor.
pset | ParameterSet used to configure ELSMTP |
Definition at line 130 of file SMTP_mfPlugin.cc.
void mfplugins::ELSMTP::routePayload | ( | const std::ostringstream & | o, | |
const ErrorObj & | msg | |||
) | [override, virtual] |
Serialize a MessageFacility message to the output.
o | Stringstream object containing message data | |
msg | MessageFacility object containing header information |
Definition at line 282 of file SMTP_mfPlugin.cc.