public static void ShowBusinessEmailEditor() { JEditorCommon.OpenEmailEditor( JCommon.BUSINESS_EMAIL, "[Jupiter] SHORT_MESSAGE_HERE", "YOUR_MESSAGE_IN_DETAIL"); }
public static void ShowSupportEmailEditor() { JEditorCommon.OpenEmailEditor( JCommon.SUPPORT_EMAIL, "[Jupiter] SHORT_QUESTION_HERE", "YOUR_QUESTION_IN_DETAIL"); }