sys_email's state remains with 'ready' after "Multilingual email notifications" activatedIssue We are seeing in some instances sys_email's State=Ready but Type=Sent , it is very confusing as State should be "Processed" if mail been sent properly. Also, there's no "Message-ID" and other details in "Headers" field of that email record.ReleaseThis is happened in all versions.CauseThis is expected behavior when "Multilingual email notifications" been activated and configured for certain notification. The mail is not been sent with parent email record but with record in sys_translated_email_content table. after sys_email's Type="send-translation-ready", sys_translated_email_content will be generated and after translated email been sent, the sys_email's Type change to Sent but State remains Ready ResolutionThis is as expected behavior if below is verified in instance. 1. checking if com.glide.notification.translation and com.glide.email_retention.translation plugin been installed. 2. open the notification definition of the email, checking if there's any "Translated Notification" record been created. 3. open the email record, checking if there's any translated email record been generated in Related list 4. open sys_translated_email_content record, checking the Headers fields details if contains Message-Id details, also Type is Sent