NAWA 0.9
Web Application Framework for C++
nawa::mail Namespace Reference

Classes

class  Email
 
class  EmailAddress
 
class  MimeEmail
 
class  SimpleEmail
 
class  SmtpMailer
 

Typedefs

using ReplacementRules = std::unordered_map< std::string, std::string >
 

Typedef Documentation

◆ ReplacementRules

using nawa::mail::ReplacementRules = typedef std::unordered_map<std::string, std::string>

Replacement rules for emails are just a string -> string map. All occurrences of the key string should be replaced by the value string.

Definition at line 39 of file Email.h.