Mail_Queue::sendMail

Mail_Queue::sendMail() – Sends mail object returned by Mail_Queue::get()

Synopsis

require_once 'Mail/Queue.php';

mixed Mail_Queue::sendMail ( object MailBody $mail )

Description

Sends mail object returned by Mail_Queue::get().

Parameter

object MailBody $mail

Mail object.

Return value

returns True on success else pear error class

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Put a new mail into queue. (Previous) Send a specific mail. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.