XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
phpmailer.lang-en.php File Reference

Go to the source code of this file.

Variables

 $PHPMAILER_LANG = array()
 
 $PHPMAILER_LANG ["provide_address"]
 
 $PHPMAILER_LANG ["mailer_not_supported"] = ' mailer is not supported.'
 
 $PHPMAILER_LANG ["execute"] = 'Could not execute: '
 
 $PHPMAILER_LANG ["instantiate"] = 'Could not instantiate mail function.'
 
 $PHPMAILER_LANG ["authenticate"] = 'SMTP Error: Could not authenticate.'
 
 $PHPMAILER_LANG ["from_failed"] = 'The following From address failed: '
 
 $PHPMAILER_LANG ["recipients_failed"]
 
 $PHPMAILER_LANG ["data_not_accepted"] = 'SMTP Error: Data not accepted.'
 
 $PHPMAILER_LANG ["connect_host"] = 'SMTP Error: Could not connect to SMTP host.'
 
 $PHPMAILER_LANG ["file_access"] = 'Could not access file: '
 
 $PHPMAILER_LANG ["file_open"] = 'File Error: Could not open file: '
 
 $PHPMAILER_LANG ["encoding"] = 'Unknown encoding: '
 

Variable Documentation

$PHPMAILER_LANG = array()

PHPMailer language file. English Version

Definition at line 7 of file phpmailer.lang-en.php.

Referenced by PHPMailer\SetLanguage(), and XoopsMultiMailer\XoopsMultiMailer().

$PHPMAILER_LANG["provide_address"]
Initial value:
= 'You must provide at least one ' .
'recipient email address.'

Definition at line 9 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.'

Definition at line 11 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["execute"] = 'Could not execute: '

Definition at line 12 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.'

Definition at line 13 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.'

Definition at line 14 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["from_failed"] = 'The following From address failed: '

Definition at line 15 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["recipients_failed"]
Initial value:
= 'SMTP Error: The following ' .
'recipients failed: '

Definition at line 16 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.'

Definition at line 18 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.'

Definition at line 19 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["file_access"] = 'Could not access file: '

Definition at line 20 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: '

Definition at line 21 of file phpmailer.lang-en.php.

$PHPMAILER_LANG["encoding"] = 'Unknown encoding: '

Definition at line 22 of file phpmailer.lang-en.php.