![Picture of ErickBest Xtrovert Picture of ErickBest Xtrovert](/graphics/unknown.gif)
ErickBest Xtrovert - 2017-09-05 15:58:17 -
In reply to message 2 from Manuel Lemos
What about the "Smarty.class.php" I cant find it even in the Dependency files...
It's required in this file: test_smarty_personalized_mailing.php
here:
<?php
/*
* test_smarty_personalized_mailing.php
*
* @(#) $Header: /opt2/ena/metal/mimemessage/test_smarty_personalized_mailing.php,v 1.5 2005/02/16 04:04:03 mlemos Exp $
*
*/
require("email_message.php");
/*
* Include Smarty template engine class. Make sure the class file is in
* your include path.
*
*/
//>>>>HERE IS WHERE ITS REQUIRED<<<<<<<
require('Smarty.class.php');
===========
Please Help!