Email’s sent via the email module compose are not getting saved in the Sent folder.
I have captured the following logs right after sending a test mail:
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] fromUser: Conversion of from user format m/d/Y H:i failed
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Saving Email with invalid From name and/or Address. Details:
From field is not set.
From-name is not set.
From name is empty.
From address and name pair is empty.
codes:1, 7, 11, 14
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Unable to find relationship emails_email_templates
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Invalid email from address or name detected before sending. Details:
From field is not set.
From-name is not set.
From name is not set.
From address and name pair is empty.
codes:1, 7, 10, 14Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Saving Email with invalid From name and/or Address. Details:
From field is not set.
From address is not set.
From-name is not set.
From name is not set.
From address and name pair is empty.
codes:1, 4, 7, 10, 14
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Unable to find relationship emails_email_templates
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Saving Email with invalid From name and/or Address. Details:
From field is not set.
From address is not set.
From-name is not set.
From name is not set.
From address and name pair is empty.
codes:1, 4, 7, 10, 14
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Unable to find relationship emails_email_templates
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] fromUser: Conversion of from user format m/d/Y H:i failed
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Saving Email with invalid From name and/or Address. Details:
From field is not set.
From-name is not set.
From name is not set.
From address and name pair is empty.
codes:1, 7, 10, 14
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Unable to find relationship emails_email_templates
Sun Jun 11 10:54:17 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Array
(
[0] => Unhandled email save and store as sent error: 0
[1] => 6
)Sun Jun 11 10:54:19 2023 [9208][a9d61101-30c5-40d7-8128-587a4f72fb34][ERROR] Unable to find relationship emails_email_templates
I have added Inbound and Outbound account exactly as per the documentation. Emails are getting sent and correct from and emails are showing to the recipient. But they don’t get saved in the Sent folder.
Is this a known issue? Is there any resolution to this?