$spacename
$spacename : string
$mcp : \LinHUniX\Mcp\masterControlProgram
need for the call back.
__construct(\LinHUniX\Mcp\masterControlProgram $mcp, array $scopeCtl, array $scopeIn = array())
Register the settings as a provider with a container.
\LinHUniX\Mcp\masterControlProgram | $mcp | |
array | $scopeCtl | |
array | $scopeIn |
stdMailWithDoc(string $to, string $subject, string $message, $attachDoc = array(), array $additional_headers = null, string $additional_parameters = null, string $from = null) : boolean
This class use Zend Mail Frameworks and get informations form $dic and FTConfig class as extension of the normal function, is present a tracker log of the sent mail.
string | $to | reciver name |
string | $subject | needed |
string | $message | if is null : Regards \n" and generalMailFull FTConfig |
$attachDoc | ||
array | $additional_headers | option |
string | $additional_parameters | not used really only for compatibility |
string | $from | sender mail |
** File not found : TestFTMail **
stdMail(string $to, string $subject, string $message, array $additional_headers = null, string $additional_parameters = null, string $from = null, $attachDoc = array(), $html = false) : boolean
This class use Zend Mail Frameworks and get informations form $dic and FTConfig class as extension of the normal function, is present a tracker log of the sent mail.
string | $to | reciver name |
string | $subject | needed |
string | $message | if is null : Regards \n" and generalMailFull FTConfig |
array | $additional_headers | option |
string | $additional_parameters | not used really only for compatibility |
string | $from | sender mail |
$attachDoc | ||
$html |
** File not found : TestFTMail **