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

Advice for SAAS #64

Open
bobmulder opened this issue Apr 21, 2020 · 1 comment
Open

Advice for SAAS #64

bobmulder opened this issue Apr 21, 2020 · 1 comment

Comments

@bobmulder
Copy link

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!

@Norgul
Copy link

Norgul commented Dec 3, 2020

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...

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