Skip to content
mtoonen edited this page Sep 3, 2014 · 2 revisions

In tomcat/conf/server.xml: Under GlobalNamingResources add:

<Resource name="mail/session" 
auth="Container"
type="javax.mail.Session"
mail.smtp.host="<smtp_server_to_be_used>" 
/>        

Download http://files.b3p.nl/flamingo/javax.mail.jar and put the jar in tomcat/lib folder. Restart tomcat.

In the viewer-admin/layoutmanager configure the printcomponent as desired.