Is there a way to turn on logging of outgoing email? I'm trying to debug an SMTP configuration and I can't see anything in the default logs. I'd like to be able to verify that connections are being made to mail servers, etc.
It also strikes me that email logging would be generally useful, including storing of all outgoing messages as an audit trail. Is that possible?
Setting up a new instance of 3.2r on Centos64 Java 1.6.0.11. Having problems with sending e-mail on a server with postfix as localhost …telnet localhost 25 works like a treat….as does sending mail from user tomcat5 which alfresco runs from..
Trying to debug to figure out the issue behind errors in log file whilst sending invites to external users in share : org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.NoSuchProviderException: smtp Caused by: javax.mail.NoSuchProviderException: smtp … webapps/share/WEB-INF/classes/log4j.properties #MAIL log4j.logger.org.alfresco.web.bean.TemplateMailHelperBean=debug log4j.logger.org.springframework.mail=debug
I'm getting no joy from the logger provides no trace prior to the error….please help someone