Migration 4 -> 5 multiple administration accounts with different smtp

Hi all,

We’ve used version 4, and worked good and stable. Now we’ve migrated to 5, works good so far,
but we’ve got multiple accounts, with multiple smtp configurations.
Currently we can’t send out our mail, tough we’ve got a responce, invoices are send.
In the old .env it was specified like:

1_MAIL_DRIVER=sendmail
1_MAIL_PORT=587
1_MAIL_ENCRYPTION=
1_MAIL_HOST=
1_MAIL_USERNAME=
1_MAIL_FROM_NAME=
1_MAIL_FROM_ADDRESS=
1_MAIL_PASSWORD=

2_MAIL_DRIVER=sendmail
2_MAIL_PORT=587
2_MAIL_ENCRYPTION=
2_MAIL_HOST=
2_MAIL_USERNAME=
2_MAIL_FROM_NAME=
2_MAIL_FROM_ADDRESS=
2_MAIL_PASSWORD=

3_MAIL_DRIVER=sendmail
3_MAIL_PORT=587
3_MAIL_ENCRYPTION=
3_MAIL_HOST=
3_MAIL_USERNAME=
3_MAIL_FROM_NAME=
3_MAIL_FROM_ADDRESS=
3_MAIL_PASSWORD=

Of course we’ve specified the different mail settings per configuration, and we where able to send out mail under different mail accounts and different mails.

What i can’t find in the documentation:

  1. How does Ninjainvoice know, which config is related to which mail settings? How can we match the .env settings with the correct administration?
  2. Does this config still work , and can we still use a own mail accounts with domain for every administration we run with Ninjainvoice.

Thanks for your work, and help!

Hi,

I don’t believe this is supported yet in v5, you may need to setup multiple installs of the app.

@david is that correct?

correct, this isn’t supported.

Okay, thanks for answering. Can we expect this back, is it on the roadmap?

Is there any guidance as to when this feature will be added to v5