Hello,
I configured the system correctly but still I can’t
send emails via SMTP. How do you turn on DEBUG?
I modified the config.pm file (added the following)
#
--------------------------------------------------- #
# Frontend::Output::PostFilter
#
--------------------------------------------------- #
# Frontend::Output::PostFilter
# (a output filter for application html output,
e. g. to filter
# java script, java applets, ...)
$Self->{'Frontend::Output::PostFilter'}->{'ActiveElementFilter'} = {
Module =>
'Kernel::Output::HTML::OutputFilterActiveElement',
Debug => 1,
};
I tried values of 1 and 2 on the Debug field, but
with no success.
Please help,
Jorge S. Alanís Garza