Hacker News new | ask | show | jobs
by tibanne 854 days ago
With the free version, can I constrain the emails to be from one domain? i.e. the company domain
1 comments

Chris here (the other founder) - yes you can! We have an `VALID_EMAIL_DOMAINS ` env variable which controls this.

For example, for us we have `VALID_EMAIL_DOMAINS=danswer.ai`.

Awesome, thank you!