Class EC_SMTP

Description

SMTP e-mail messaging, set on the European Commission's SMTP server

  • author: Pascal (Meta) Havelange (havelangep@gmail.com)
  • copyright: © 2008 All rights reserved

Located in /lib/ecsmtp.inc.php (line 18)

mSmtp
   |
   --EC_SMTP
Class Constant Summary
 EC_SMTP_SERVER = "internal-smtp.cec.eu.int"
Method Summary
static void quickSend (string $from, string|array $to, string $subject,  $message, [bool $copy_sender = false])
EC_SMTP __construct ( $mailbox)
Methods
static method quickSend (line 55)

Quickly send a simple e-mail message

static void quickSend (string $from, string|array $to, string $subject,  $message, [bool $copy_sender = false])
  • string $from: The originating e-mail address
  • bool $copy_sender: Send a copy of the message to the sender
  • string|array $to: The destinataire addresses
  • string $subject: Subject of the message
  • $message
Constructor __construct (line 43)

Create the Object

  • var: E-mail address to be used as the originating address
  • access: public
EC_SMTP __construct ( $mailbox)
  • $mailbox

Redefinition of:
mSmtp::__construct()
Constructor

Inherited Methods

Inherited From mSmtp

mSmtp::__construct()
mSmtp::addAttachment()
mSmtp::addBCC()
mSmtp::addCC()
mSmtp::addRecipients()
mSmtp::send()
mSmtp::setBCC()
mSmtp::setCC()
mSmtp::setFrom()
mSmtp::setMessage()
mSmtp::setPriority()
mSmtp::setRecipients()
mSmtp::setReturnAddress()
mSmtp::setSMTPServer()
mSmtp::setSubject()
mSmtp::testEmailAddress()
Class Constants

Documentation generated on Thu, 10 Dec 2009 15:16:36 +0100 by phpDocumentor 1.4.1