NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
smtp_message结构体 参考

SMTP邮件消息结构 更多...

#include <smtp_socket.hpp>

Public 属性

string from
 发件人地址
vector< stringto
 收件人地址列表
vector< stringcc
 抄送地址列表
vector< stringbcc
 密送地址列表
string subject
 邮件主题
string body
 邮件正文
bool is_html = false
 是否为HTML格式
map< string, stringextra_headers
 额外邮件头

详细描述

SMTP邮件消息结构

表示一封完整的邮件,包含发件人、收件人、主题、正文等信息。

在文件 smtp_socket.hpp56 行定义.


该结构体的文档由以下文件生成: