Workspace 6.21.5
Public Member Functions | List of all members
Smtp::Wrapper Class Reference

#include <Workspace/DataExecution/Execution/Schedulers/Tcp/smtp.h>

Public Member Functions

 Wrapper (const QString &serverName, const QString &from)
 
Wrapperattachment (const QString &name, const QByteArray &context)
 
Wrapperauth (const QString &username, const QString &password)
 
Wrapperbody (const QString &body)
 
Wrapperrcpt (const QString &to)
 
void send ()
 
Wrappersubject (const QString &subject)
 

Constructor & Destructor Documentation

◆ Wrapper()

Wrapper ( const QString &  serverName,
const QString &  from 
)
inline

Member Function Documentation

◆ attachment()

Wrapper & attachment ( const QString &  name,
const QByteArray &  context 
)
inline

◆ auth()

Wrapper & auth ( const QString &  username,
const QString &  password 
)
inline

◆ body()

Wrapper & body ( const QString &  body)
inline

◆ rcpt()

Wrapper & rcpt ( const QString &  to)
inline

◆ send()

void send ( )

◆ subject()

Wrapper & subject ( const QString &  subject)
inline