The KKEngIf has 2 ways of sending a confirmation mail, According to the javadoc:
- void sendOrderConfirmationEmail(java.lang.String sessionId, int orderId, java.lang.String mailSubject, int languageId)
- EmailIf sendOrderConfirmationEmail1(java.lang.String sessionId, int orderId, int langIdForOrder, EmailOptionsIf options)
Im trying to use the second one. But, I dont know how to set the mailSubject. Any Idea?
Thanks