PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSMTP::Parameters Struct Reference

Info sending email. More...

#include <inetmail.h>

Collaboration diagram for PSMTP::Parameters:

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...
 

Detailed Description

Info sending email.

Constructor & Destructor Documentation

PSMTP::Parameters::Parameters ( )
inline

Member Data Documentation

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.


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