Class email

Description

Contains methods to handle emails appropriate.

PHPMailer could also be used.

  • author: Jason Schoeman
  • version: $Id: class.phpmailer.php 447 2009-05-25 01:36:38Z codeworxtech $
  • copyright: 2004 - 2009 Andy Prevost
  • deprecated:

Located in /legacy/email.class.php (line 22)

PHPMailer
   |
   --email
Variable Summary
Method Summary
void ClearSend ()
void DefaultSettings ()
boolean sendmail (string $to, string $subject, string $message, [string $from = false], [string $headers = false], [string $cc = false], [string $bcc = false], [string $attachment = false], [string $text_only_message = false], [string $content_type = false], [integer $email_priority = false])
boolean validate (string $email_string)
Variables
Methods
ClearSend (line 175)

Clears all stored objects to prepare for new email send.

  • access: public
void ClearSend ()
DefaultSettings (line 41)

Loads all default PHPDevShell mail settings as defined in general settings for easy and quick sending.

  • access: public
void DefaultSettings ()
sendmail (line 107)

Simple linear email sending method. Use sendnow to send more advanced emails.

  • access: public
boolean sendmail (string $to, string $subject, string $message, [string $from = false], [string $headers = false], [string $cc = false], [string $bcc = false], [string $attachment = false], [string $text_only_message = false], [string $content_type = false], [integer $email_priority = false])
  • string $to
  • string $subject
  • string $message
  • string $from
  • string $headers
  • string $cc
  • string $bcc
  • string $attachment
  • string $text_only_message
  • string $content_type
  • integer $email_priority
validate (line 195)

Validates email address.

  • author: Jason Schoeman
  • since: 2007/01/03
  • access: public
boolean validate (string $email_string)
  • string $email_string: Email address.

Inherited Methods

Inherited From PHPMailer

PHPMailer::__construct()
PHPMailer::AddAddress()
PHPMailer::AddAttachment()
PHPMailer::AddBCC()
PHPMailer::AddCC()
PHPMailer::AddCustomHeader()
PHPMailer::AddEmbeddedImage()
PHPMailer::AddrAppend()
PHPMailer::AddReplyTo()
PHPMailer::AddrFormat()
PHPMailer::AddStringAttachment()
PHPMailer::Base64EncodeWrapMB()
PHPMailer::ClearAddresses()
PHPMailer::ClearAllRecipients()
PHPMailer::ClearAttachments()
PHPMailer::ClearBCCs()
PHPMailer::ClearCCs()
PHPMailer::ClearCustomHeaders()
PHPMailer::ClearReplyTos()
PHPMailer::CreateBody()
PHPMailer::CreateHeader()
PHPMailer::EncodeHeader()
PHPMailer::EncodeQ()
PHPMailer::EncodeQP()
PHPMailer::EncodeQPphp()
PHPMailer::EncodeString()
PHPMailer::GetAttachments()
PHPMailer::GetMailMIME()
PHPMailer::GetTranslations()
PHPMailer::HasMultiBytes()
PHPMailer::HeaderLine()
PHPMailer::InlineImageExists()
PHPMailer::IsError()
PHPMailer::IsHTML()
PHPMailer::IsMail()
PHPMailer::IsQmail()
PHPMailer::IsSendmail()
PHPMailer::IsSMTP()
PHPMailer::MailSend()
PHPMailer::MsgHTML()
PHPMailer::RFCDate()
PHPMailer::SecureHeader()
PHPMailer::Send()
PHPMailer::SendmailSend()
PHPMailer::set()
PHPMailer::SetError()
PHPMailer::SetFrom()
PHPMailer::SetLanguage()
PHPMailer::SetWordWrap()
PHPMailer::Sign()
PHPMailer::SmtpClose()
PHPMailer::SmtpConnect()
PHPMailer::SmtpSend()
PHPMailer::TextLine()
PHPMailer::UTF8CharBoundary()
PHPMailer::ValidateAddress()
PHPMailer::WrapText()
PHPMailer::_mime_types()
Class Constants

Documentation generated on Tue, 09 Aug 2011 09:04:48 +0200 by phpDocumentor 1.4.3