github papra-hq/papra @papra/app-server@0.9.3

latest release: @papra/app-client@0.9.3
7 hours ago

Patch Changes

  • #506 6bcb2a7 Thanks @CorentinTh! - Added the possibility to define patterns for email intake username generation

  • #504 936bc2b Thanks @CorentinTh! - Split the intake-email username generation from the email address creation, some changes regarding the configuration when using the random driver.

    # Old configuration
    INTAKE_EMAILS_DRIVER=random-username
    INTAKE_EMAILS_EMAIL_GENERATION_DOMAIN=mydomain.com
    
    # New configuration
    INTAKE_EMAILS_DRIVER=catch-all
    INTAKE_EMAILS_CATCH_ALL_DOMAIN=mydomain.com
    INTAKE_EMAILS_USERNAME_DRIVER=random
  • #504 936bc2b Thanks @CorentinTh! - Added the possibility to configure OwlRelay domain

Don't miss a new papra release

NewReleases is sending notifications on new releases.