
Re: some Questions in thold when send a mail
longlang wrote:
when i use the thold,i receive a message:
Fatal error: Call to undefined method PHPMailer::AddStringEmbedAttachment() in C
:\Apache2\htdocs\cacti\plugins\thold\thold-functions.php on line 841
i used stmp mode and cacti 8.6j and thold3.4
but when i test mail i receive the test mail
i don't know what's wrong with my cacti
is there someone konw this?
thanks a lot.
Did you override your version of phpmailer (class.phpmailer.php) with a different version? The thold plugin uses a custom version of that file, and overriding the file will give you that error.