Class mosMailer

Description

PHPMailer - PHP email transport class

  • author: Brent R. Matzelle
  • copyright: 2001 - 2003 Brent R. Matzelle

Located in /includes/phpmailer/class.phpmailer.php (line 1499)

mosPHPMailer
   |
   --mosMailer
Method Summary
 object Mail mosMailer ([string $from = ''], [string $fromname = ''], string $subject, string $body)
 void mosMail (string $recipient, [string $mode = 0], [string/array $cc = NULL], [string $bcc = NULL], [string $attachment = NULL], [boolean $replyto = NULL], [string/array $replytoname = NULL], string/array 7, string/array 8, string/array 9, string/array 10)
Variables
Methods
Constructor mosMailer (line 1509)

Function to create a mail object for futher use (uses phpMailer)

  • return: object
object Mail mosMailer ([string $from = ''], [string $fromname = ''], string $subject, string $body)
  • string $from: From e-mail address
  • string $fromname: From name
  • string $subject: E-mail subject
  • string $body: Message body
mosMail (line 1548)

Mail function (uses phpMailer)

void mosMail (string $recipient, [string $mode = 0], [string/array $cc = NULL], [string $bcc = NULL], [string $attachment = NULL], [boolean $replyto = NULL], [string/array $replytoname = NULL], string/array 7, string/array 8, string/array 9, string/array 10)
  • string/array 7: BCC e-mail address(es)
  • string/array 8: Attachment file name(s)
  • string/array 9: Reply-to e-mail address
  • string/array 10: Reply-to name
  • string $recipient: From e-mail address
  • string $mode: From name
  • string/array $cc: Recipient e-mail address(es)
  • string $bcc: E-mail subject
  • string $attachment: Message body
  • boolean $replyto: false = plain text, true = HTML
  • string/array $replytoname: CC e-mail address(es)

Inherited Methods

Inherited From mosPHPMailer

 mosPHPMailer::AddAddress()
 mosPHPMailer::AddAttachment()
 mosPHPMailer::AddBCC()
 mosPHPMailer::AddCC()
 mosPHPMailer::AddCustomHeader()
 mosPHPMailer::AddEmbeddedImage()
 mosPHPMailer::AddReplyTo()
 mosPHPMailer::AddStringAttachment()
 mosPHPMailer::ClearAddresses()
 mosPHPMailer::ClearAllRecipients()
 mosPHPMailer::ClearAttachments()
 mosPHPMailer::ClearBCCs()
 mosPHPMailer::ClearCCs()
 mosPHPMailer::ClearCustomHeaders()
 mosPHPMailer::ClearReplyTos()
 mosPHPMailer::IsError()
 mosPHPMailer::IsHTML()
 mosPHPMailer::IsMail()
 mosPHPMailer::IsQmail()
 mosPHPMailer::IsSendmail()
 mosPHPMailer::IsSMTP()
 mosPHPMailer::Send()
 mosPHPMailer::SetLanguage()
 mosPHPMailer::SmtpClose()

Documentation generated on Mon, 05 May 2008 16:17:35 +0400 by phpDocumentor 1.4.0