hi lankeeyankee,
good to hear you like mailbeez, hope it will be of great value for your business 
by default zencart is not giving any warnings etc at all, it seems also depending on the server environment. So I activated the error reporting, which in you case also gives (harmless) notice information.
you can disable it by out-commenting a setting like following:
go to admin/mailbeez.php, find in the very top
PHP Code:
define('STRICT_ERROR_REPORTING', true);
and change it to
PHP Code:
// define('STRICT_ERROR_REPORTING', true);
go to mailbeez.php, find in the very top
PHP Code:
define('STRICT_ERROR_REPORTING', true);
and change it to
PHP Code:
// define('STRICT_ERROR_REPORTING', true);
now all notice out put shoud be disappear?
cord
Bookmarks