\SSilence\ImapClientOutgoingMessage

Class for all outgoing messages

Due to the fact that this class is a W.I.P, i have not added comments as I assume they will be added later...

Summary

Methods
Properties
Constants
send()
createMimeMessage()
createBody()
setAttachment()
setFrom()
setTo()
setSubject()
setMessage()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
preparingSend()
$to
$subject
$message
$additional_headers
$cc
$bcc
$rpath
$properties
$envelope
$body
N/A

Properties

$to

$to : string

Message To

Type

string

$subject

$subject : string

Message Subject

Type

string

$message

$message : string

Message Message

Type

string

$additional_headers

$additional_headers : 

Message additional_headers

Type

$cc

$cc : string

Message CC

Type

string

$bcc

$bcc : 

Message BCC

Type

$rpath

$rpath : string

Message rpath

Type

string

$properties

$properties : 

For send() method

Type

Warning: Missing argument 1 for phpDocumentor\Descriptor\Collection::get(), called in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\twig\twig\lib\Twig\Template.php on line 672 and defined in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Descriptor\Collection.php on line 72 Notice: Undefined variable: index in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Descriptor\Collection.php on line 74 Notice: Undefined variable: index in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Descriptor\Collection.php on line 78

$envelope

$envelope : 

For createMimeMessage() method

Type

Warning: Missing argument 1 for phpDocumentor\Descriptor\Collection::get(), called in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\twig\twig\lib\Twig\Template.php on line 672 and defined in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Descriptor\Collection.php on line 72 Notice: Undefined variable: index in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Descriptor\Collection.php on line 74 Notice: Undefined variable: index in C:\server\domains\localhost\public_html\sergey144010\phpDocumentor\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Descriptor\Collection.php on line 78

$body

$body : string

For createBody() method

Type

string

Methods

send()

send() : void

Send message via imap_mail

createMimeMessage()

createMimeMessage() : string

Create Mime Message

Returns

string

createBody()

createBody() : void

Create body

setAttachment()

setAttachment() 

Set attachment

setFrom()

setFrom(string  $from) 

Set From

Parameters

string $from

setTo()

setTo(string  $to) 

Set To

Parameters

string $to

setSubject()

setSubject(string  $subject) 

Set Subject

Parameters

string $subject

setMessage()

setMessage(string  $message) 

Set Message

Parameters

string $message

preparingSend()

preparingSend() : void

Preparing properties