Index of all elements
[ 0 ]
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ _ ]
0
- in file Body.php, method
Increase and return try_sent
top
top
top
top
top
top
top
g
- get
- in file Container.php, method Mail_Queue_Container::get()
Get next mail from queue. When exclude first time preload all queue
- get
- in file Queue.php, method Mail_Queue::get()
Get next mail from queue. The emails are preloaded in a buffer for better performances.
- getBody
- in file Body.php, method Mail_Queue_Body::getBody()
Return mail body (in RFC)
- getCreateTime
- in file Body.php, method Mail_Queue_Body::getCreateTime()
Return mail create time.
- getHeaders
- in file Body.php, method Mail_Queue_Body::getHeaders()
Return mail headers (in RFC)
- getId
- in file Body.php, method Mail_Queue_Body::getId()
Mail_Queue_Body::getId()
- getIdUser
- in file Body.php, method Mail_Queue_Body::getIdUser()
Return sender id.
- getIp
- in file Body.php, method Mail_Queue_Body::getIp()
Return sender ip.
- getMailById
- in file Container.php, method Mail_Queue_Container::getMailById()
Return mail by id $id (bypass mail_queue)
- getMailById
- in file mdb2.php, method Mail_Queue_Container_mdb2::getMailById()
Return mail by id $id (bypass mail_queue)
- getMailById
- in file mdb.php, method Mail_Queue_Container_mdb::getMailById()
Return mail by id $id (bypass mail_queue)
- getMailById
- in file db.php, method Mail_Queue_Container_db::getMailById()
Return mail by id $id (bypass mail_queue)
- getRecipient
- in file Body.php, method Mail_Queue_Body::getRecipient()
Return recipient e-mail.
- getSender
- in file Body.php, method Mail_Queue_Body::getSender()
Return sender e-mail.
- getSentTime
- in file Body.php, method Mail_Queue_Body::getSentTime()
Return mail sent time (if sended) else false.
- getTimeToSend
- in file Body.php, method Mail_Queue_Body::getTimeToSend()
Return time to send mail.
- getTrySent
- in file Body.php, method Mail_Queue_Body::getTrySent()
Return how many times mail was try to sent.
top
top
top
top
m
- $mail_options
- in file Queue.php, variable Mail_Queue::$mail_options
Mail options: smtp, mail etc. see Mail::factory
- $mail_table
- in file db.php, variable Mail_Queue_Container_db::$mail_table
Table for sql database
- $mail_table
- in file mdb.php, variable Mail_Queue_Container_mdb::$mail_table
Table for sql database
- $mail_table
- in file mdb2.php, variable Mail_Queue_Container_mdb2::$mail_table
Table for sql database
- MAILQUEUE_ALL
- in file Queue.php, constant MAILQUEUE_ALL
You can specify how many mails will be loaded to queue else object use this constant for load all mails from db.
- MAILQUEUE_ERROR
- in file Queue.php, constant MAILQUEUE_ERROR
MAILQUEUE_ERROR constants
- MAILQUEUE_ERROR_CANNOT_CONNECT
- in file Queue.php, constant MAILQUEUE_ERROR_CANNOT_CONNECT
- MAILQUEUE_ERROR_CANNOT_INITIALIZE
- in file Queue.php, constant MAILQUEUE_ERROR_CANNOT_INITIALIZE
- MAILQUEUE_ERROR_CANNOT_SEND_MAIL
- in file Queue.php, constant MAILQUEUE_ERROR_CANNOT_SEND_MAIL
- MAILQUEUE_ERROR_NO_CONTAINER
- in file Queue.php, constant MAILQUEUE_ERROR_NO_CONTAINER
- MAILQUEUE_ERROR_NO_DRIVER
- in file Queue.php, constant MAILQUEUE_ERROR_NO_DRIVER
- MAILQUEUE_ERROR_NO_OPTIONS
- in file Queue.php, constant MAILQUEUE_ERROR_NO_OPTIONS
- MAILQUEUE_ERROR_QUERY_FAILED
- in file Queue.php, constant MAILQUEUE_ERROR_QUERY_FAILED
- MAILQUEUE_ERROR_UNEXPECTED
- in file Queue.php, constant MAILQUEUE_ERROR_UNEXPECTED
- MAILQUEUE_START
- in file Queue.php, constant MAILQUEUE_START
This is special constant define start offset for limit sql queries to get mails.
- MAILQUEUE_SYSTEM
- in file Queue.php, constant MAILQUEUE_SYSTEM
When you put new mail to queue you could specify user id who send e-mail.
- MAILQUEUE_TRY
- in file Queue.php, constant MAILQUEUE_TRY
This constant tells Mail_Queue how many times should try to send mails again if was any errors before.
- MAILQUEUE_UNKNOWN
- in file Queue.php, constant MAILQUEUE_UNKNOWN
- Mail_Queue
- in file Queue.php, class Mail_Queue
Mail_Queue - base class for mail queue managment.
- Mail_Queue
- in file Queue.php, method Mail_Queue::Mail_Queue()
Mail_Queue constructor
- mdb.php
- procedural page mdb.php
- mdb2.php
- procedural page mdb2.php
- Mail_Queue_Body
- in file Body.php, class Mail_Queue_Body
Mail_Queue_Body contains mail data
- Mail_Queue_Body
- in file Body.php, method Mail_Queue_Body::Mail_Queue_Body()
Mail_Queue_Body::Mail_Queue_Body() constructor
- Mail_Queue_Container
- in file Container.php, class Mail_Queue_Container
Mail_Queue_Container - base class for MTA queue.
- Mail_Queue_Container_db
- in file db.php, method Mail_Queue_Container_db::Mail_Queue_Container_db()
Contructor
- Mail_Queue_Container_db
- in file db.php, class Mail_Queue_Container_db
Mail_Queue_Container_db - Storage driver for fetching mail queue data from a PEAR_DB database
- Mail_Queue_Container_mdb
- in file mdb.php, class Mail_Queue_Container_mdb
Mail_Queue_Container_mdb
- Mail_Queue_Container_mdb
- in file mdb.php, method Mail_Queue_Container_mdb::Mail_Queue_Container_mdb()
Contructor
- Mail_Queue_Container_mdb2
- in file mdb2.php, method Mail_Queue_Container_mdb2::Mail_Queue_Container_mdb2()
Contructor
- Mail_Queue_Container_mdb2
- in file mdb2.php, class Mail_Queue_Container_mdb2
Mail_Queue_Container_mdb2
- Mail_Queue_Error
- in file Queue.php, method Mail_Queue_Error::Mail_Queue_Error()
Mail_Queue_Error constructor.
- Mail_Queue_Error
- in file Queue.php, class Mail_Queue_Error
Mail_Queue_Error implements a class for reporting error messages.
top
top
top
top
top
s
- $sender
- in file Body.php, variable Mail_Queue_Body::$sender
Sender email
- $send_mail
- in file Queue.php, variable Mail_Queue::$send_mail
Reference to Pear_Mail object
- $sent_time
- in file Body.php, variable Mail_Queue_Body::$sent_time
Time when mail was sent
- $sequence
- in file mdb2.php, variable Mail_Queue_Container_mdb2::$sequence
- $sequence
- in file mdb.php, variable Mail_Queue_Container_mdb::$sequence
- $sequence
- in file db.php, variable Mail_Queue_Container_db::$sequence
- send_example.php
- procedural page send_example.php
- sendMail
- in file Queue.php, method Mail_Queue::sendMail()
Send mail from MailBody object
- sendMailById
- in file Queue.php, method Mail_Queue::sendMailById()
Send Mail by $id identifier. (bypass Mail_Queue)
- sendMailsInQueue
- in file Queue.php, method Mail_Queue::sendMailsInQueue()
Send mails fom queue.
- setAsSent
- in file mdb.php, method Mail_Queue_Container_mdb::setAsSent()
Set mail as already sent.
- setAsSent
- in file mdb2.php, method Mail_Queue_Container_mdb2::setAsSent()
Set mail as already sent.
- setAsSent
- in file db.php, method Mail_Queue_Container_db::setAsSent()
Set mail as already sent.
- setAsSent
- in file Container.php, method Mail_Queue_Container::setAsSent()
Set mail as already sent.
- setBufferSize
- in file Queue.php, method Mail_Queue::setBufferSize()
Keep memory usage under control. You can set the max number of mails that can be in the preload buffer at any given time.
- setOption
- in file Container.php, method Mail_Queue_Container::setOption()
Set common option
top
top
top
Documentation generated on Mon, 11 Mar 2019 13:54:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|