LEPTON CMS 7.0.0
feel free to keep it strictly simple...
Loading...
Searching...
No Matches
LEPTON_mailer Class Reference

Inherits PHPMailer.

Public Member Functions

 __construct ()
 
 sendmail ( $sFrom="", $sSendTo="", $sSubject="", $sMessage="")
 

Static Public Member Functions

static getInstance (&$settings=array())
 

Static Public Attributes

static $instance
 

Detailed Description

This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.

NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.

Author
LEPTON Project

Definition at line 22 of file lepton_mailer.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Constructor of the class

Definition at line 52 of file lepton_mailer.php.

Member Function Documentation

◆ getInstance()

static getInstance ( $settings = array())
static

Return the »internal«

Parameters
arrayOptional params

Definition at line 35 of file lepton_mailer.php.

◆ sendmail()

sendmail (   $sFrom = "",
  $sSendTo = "",
  $sSubject = "",
  $sMessage = "" 
)

Simple sendMail method

Parameters
stringSender from xxx (e-mail)
stringAddress Send to (e-mail)
stringA subject string
stringThe message(-text) to be send
Returns
boolean True if success, otherwise false.

Definition at line 119 of file lepton_mailer.php.

Field Documentation

◆ $instance

$instance
static

Definition at line 28 of file lepton_mailer.php.


The documentation for this class was generated from the following file: