Advice for SAAS
Hi there!
This package is awesome, and I can't wait to implement it :)
Currently I am building a SAAS and I want to offer my users a feature to set up an e-mail address to catch incoming e-mails.
What is your advice to do this proper? Implementing this into a SAAS requires to set up the configuration of Mailboxes dynamically. It would be a lack if I'd register all mailboxes on each request (which would require a query every time).
I'd like to have your advice, which might be useful to add to the docs to help future users as well.
Kind regards!
Without an exact implementation and examples I doubt anyone will be able to answer your question. There could be a ton of different solutions depending on your exact needs.
The package has its own configuration and setup, so what I'd advise you to do is to prevent saving mails by tweaking package configuration, and setting up mail receive function to parse by which ever criterium you'd like and save to your table accordingly.
This is not a package issue, you'd be better of asking this kind of questions on Laravel Discord channel or Laracasts forum...