Skip to content

fix: no sent mailbox#12555

Draft
hamza221 wants to merge 1 commit intomainfrom
fix/no-sent-mailbox
Draft

fix: no sent mailbox#12555
hamza221 wants to merge 1 commit intomainfrom
fix/no-sent-mailbox

Conversation

@hamza221
Copy link
Contributor

Fix #4153

Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
@hamza221 hamza221 force-pushed the fix/no-sent-mailbox branch from 7ceb25c to 5c7d07a Compare March 12, 2026 14:52
if ($sentMailboxId === null) {
return $this->mailManager->createMailbox(
$account,
'Sents',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'Sents',
'Sent',

Copy link
Contributor Author

@hamza221 hamza221 Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put that in for testing , I'll change it after testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"No sent mailbox configured" Error when sending a message

2 participants