Language string failed to load:
error message:
open:
class-phpmailer.php
find:around line 1487
/**
* Returns a message in the appropriate language.
* @access private
* @return string
*/
SetLanguage("en"); // set the default language
====> replace en with your language, (I'm from Austria nd so I change to :
SetLanguage("de"); // set the default language
+++++++++
same file, find :aound line:590
/**
* Sets the language for all class error messages. Returns false
* if it cannot load the language file. The default language type
* is English.
* @param string $lang_type Type of language (e.g. Portuguese: "br")
* @param string $lang_path Path to the language file directory
* @access public
* @return bool
*/
replace :
include($lang_path.'phpmailer.lang-en.php');
with the path to your language file.
+++++++++++++
my prob:
the email is sending html code.
????
kindly regards
Monika