Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Mailboxes? #113

Closed
fadersolo opened this issue Jan 16, 2024 · 2 comments
Closed

Multiple Mailboxes? #113

fadersolo opened this issue Jan 16, 2024 · 2 comments

Comments

@fadersolo
Copy link

I can't tell if it's possible to add multiple mailboxes to the configuration file. Is this possible? If so, how do I add a second mailbox?

@liuch
Copy link
Owner

liuch commented Jan 16, 2024

Yes, you can add multiple mailboxes. See the comments in the config/conf.sample.php file. Here is a simple example:

$mailboxes = [
    [
        'name' => 'Mailbox1',
        ...
    ],
    [
        'name' => 'Mailbox2',
        ...
    ]
];

@fadersolo
Copy link
Author

That worked! Thank you. <3

@liuch liuch closed this as completed Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants