join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
smtp_message.hpp File Reference
#include <join/version.hpp>
#include <join/error.hpp>
#include <iostream>
#include <vector>
Include dependency graph for smtp_message.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::SmtpSender
 mail sender. More...
 
class  join::SmtpRecipient
 mail recipient. More...
 
class  join::SmtpMessage
 mail message. More...
 

Namespaces

namespace  join
 

Typedefs

using join::SmtpRecipients = std::vector<SmtpRecipient>
 mail recipient list.
 

Functions

std::ostream & join::operator<< (std::ostream &out, const SmtpSender &sender)
 insert mail sender into stream.