ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::tools::mail_param Struct Reference

邮件发送参数结构体。 More...

#include <tools_curl.h>

Public Member Functions

void wait ()
void set_wait ()
void post ()

Public Attributes

std::string m_smtp
std::string m_email
std::string m_password
std::string m_name
std::string m_title
std::string m_content
std::vector< std::pair< std::string, std::string > > m_recvs

Detailed Description

邮件发送参数结构体。

封装SMTP邮件发送所需的配置信息,支持可选的同步等待机制。


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