• Welcome to KonaKart Community Forum. Please login or sign up.
 

Email Subjet in sendOrderConfirmationEmail1

Started by vpod, January 29, 2010, 06:42:39 pm

Previous topic - Next topic

vpod

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

trevor

The first line of the template contains the subject.