I love these new Forums. No replies. Thank goodness for Google.
I've found the problem. My config was OK. The problem is a Tomcat Bug. Anybody else trying to use the email element with CVP 7.0(2) is going to have problems. There is a bug in Tomcat 5.5(20) and later; (23) is shipped with CVP 7.0. See
https://issues.apache.org/bugzilla/show_bug.cgi?id=40668The Mail Session class files are NOT present in the naming-factory.jar file after 5.5(17).
To fix the issue you need to download the 5.5(17) version
http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.zip and copy the 'naming-session.jar' file to the Tomcat/common/lib file. You will need to stop tomcat and rename the old file first.
Cheers