E-MailRelay
Public Attributes | List of all members
GSmtp::Verifier::Info Struct Reference

Extra information passed to GSmtp::Verifier::verify(). More...

#include <gverifier.h>

+ Collaboration diagram for GSmtp::Verifier::Info:

Public Attributes

std::string mail_from_parameter
 
G::BasicAddress client_ip
 
std::string domain
 
std::string auth_mechanism
 
std::string auth_extra
 

Detailed Description

Extra information passed to GSmtp::Verifier::verify().

Definition at line 46 of file gverifier.h.

Member Data Documentation

◆ auth_extra

std::string GSmtp::Verifier::Info::auth_extra

Definition at line 52 of file gverifier.h.

◆ auth_mechanism

std::string GSmtp::Verifier::Info::auth_mechanism

Definition at line 51 of file gverifier.h.

◆ client_ip

G::BasicAddress GSmtp::Verifier::Info::client_ip

Definition at line 49 of file gverifier.h.

◆ domain

std::string GSmtp::Verifier::Info::domain

Definition at line 50 of file gverifier.h.

◆ mail_from_parameter

std::string GSmtp::Verifier::Info::mail_from_parameter

Definition at line 48 of file gverifier.h.


The documentation for this struct was generated from the following file: