Huisheng Xu [http://community.jboss.org/people/rebody] replied to the discussion

"Mail template for custom MailProducer"

To view the discussion, visit: http://community.jboss.org/message/538198#538198

--------------------------------------------------------------
Hi kevin,
  You could get MailTemplate using EnvironmentImpl. Like this:


MailTemplateRegistry templateRegistry = EnvironmentImpl
   .getFromCurrent(MailTemplateRegistry.class);
 
 
 
MailTemplate template = templateRegistry.getTemplate(
   "test-template");


--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/538198#538198]

Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to