Qore SmtpClient Module Reference  1.9.2
SmtpClient Namespace Reference

the SmtpClient namespace holds all public definitions in the SmtpClient module More...

Classes

class  Attachment
 for backwards-compatibility only More...
 
class  Message
 for backwards-compatibility and convenience More...
 
class  SmtpClient
 the class that's used to communicate with an SMTP server and supports optional TLS/SSL encryption More...
 
class  SmtpConnection
 class for SMTP connections; returns an object of class SmtpClient for sending emails More...
 
hashdecl  SmtpResponseInfo
 internal response hash More...
 

Variables

const DefaultConnectTimeout = 30s
 30 second connect timeout
 
const DefaultReadTimeout = 15s
 15 second read timeout
 

Detailed Description

the SmtpClient namespace holds all public definitions in the SmtpClient module

This includes:

  • SmtpClient: manages a connection to an SMTP server

Note that the MailMessage module ("required" above) implements the following classes: