|
PTLib
Version 2.18.8
|
#include <inetmail.h>

Public Member Functions | |
| Parameters () | |
Public Attributes | |
| PString | m_hostname |
| SMTP server host name. More... | |
| WORD | m_port |
| SMTP port, zero is default for protocol. More... | |
| PString | m_username |
| Username of credentials required. More... | |
| PString | m_password |
| Password if credentials required. More... | |
| PString | m_from |
| Mail address of sender. More... | |
| PStringList | m_to |
| Mail address of recipient. More... | |
| PStringList | m_cc |
| Carbon copy list. More... | |
| PStringList | m_bcc |
| Blind carbon copy list. More... | |
| PString | m_subject |
| Subject of message. More... | |
| PString | m_bodyText |
| Body for message, if text. More... | |
| PStringList | m_attachments |
| List of files to attach. More... | |
| bool | m_eightBitMIME |
| Eight bit MIME more. More... | |
Info sending email.
|
inline |
| PStringList PSMTP::Parameters::m_attachments |
List of files to attach.
| PStringList PSMTP::Parameters::m_bcc |
Blind carbon copy list.
| PString PSMTP::Parameters::m_bodyText |
Body for message, if text.
| PStringList PSMTP::Parameters::m_cc |
Carbon copy list.
| bool PSMTP::Parameters::m_eightBitMIME |
Eight bit MIME more.
| PString PSMTP::Parameters::m_from |
Mail address of sender.
| PString PSMTP::Parameters::m_hostname |
SMTP server host name.
| PString PSMTP::Parameters::m_password |
Password if credentials required.
| WORD PSMTP::Parameters::m_port |
SMTP port, zero is default for protocol.
| PString PSMTP::Parameters::m_subject |
Subject of message.
| PStringList PSMTP::Parameters::m_to |
Mail address of recipient.
| PString PSMTP::Parameters::m_username |
Username of credentials required.