
I have a java base web application MyWebApp, partly javaee / Jboss 7.
I want to occasionally send a OpenEMM maintained mail template to a group of recipients
MyWebApp -> OpenEMM, via e.g. Webservice, REST, RMI, ...
> send mailtemplate1 to [a@example.com / Mrs / NameOfA / ProductNameX, b@example.com / Mr / NameOfB / ProductNameY, ...]
> send mailtemplate2 to [c@example.com / Mr / NameOfC / TicketId001, ...]
Template editor, email api, sending, status tracking, email send history, smtp error handling, ... should be done in OpenEMM
MyWebApp only tells OpenEMM when to send what templates to whom with data to fill the mail template