Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Swift_Transport_SimpleMailInvoker
PHP Class Swift_Transport_SimpleMailInvoker, Halite
Author:
Chris Corbyn
Inheritance:
implements
Swift_Transport_MailInvoker
Mostra file
Open project: HaliteChallenge/Halite
Public Methods
Method
Description
mail
(
string
$to
,
string
$subject
,
string
$body
,
string
$headers
= null,
string
$extraParams
= null ) :
boolean
Send mail via the mail() function.
Method Details
mail()
public
method
This method takes the same arguments as PHP mail().
public
mail
(
string
$to
,
string
$subject
,
string
$body
,
string
$headers
= null,
string
$extraParams
= null ) :
boolean
$to
string
$subject
string
$body
string
$headers
string
$extraParams
string
return
boolean