Merge branch 'accept7100' into entreprise
This commit is contained in:
commit
2c04a614f7
1 changed files with 7 additions and 7 deletions
|
|
@ -33,13 +33,13 @@ require_once NOALYSS_INCLUDE.'/lib/filetosend.class.php';
|
|||
class Sendmail_Core
|
||||
{
|
||||
|
||||
public $mailto;
|
||||
public $afile;
|
||||
public $subject;
|
||||
public $message;
|
||||
public $from;
|
||||
public $content;
|
||||
public $header;
|
||||
protected $mailto;
|
||||
protected $afile;
|
||||
protected $subject;
|
||||
protected $message;
|
||||
protected $from;
|
||||
protected $content;
|
||||
protected $header;
|
||||
|
||||
function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue