app
app copied to clipboard
The SimpleLogin back-end and web app
## Prerequisites - [x] I have searched open and closed issues to make sure that the bug has not yet been reported. ## Bug report **Describe the bug** I have...
I currently use SimpleLogin with two custom domains. As of right now, it appears SimpleLogin automatically selects the first domain in alphabetical order, but I would like the default selection...
I am trying to set up a trade me account (a ebay like service for AU and NZ) but whenever sending me an activation email to my alias I get...
Hi, It would be nice to have the domain name selection randomized each time we try to create a new alias, instead of it defaulting to only one. Or at...
Hello! SimpleLogin rejects emails from [email protected]. This address is NOT malicious and is used by dropmail.me (a one-time mailbox generation service with forwarding to a real email address). Please fix...
Does simple-login currently have a mechanism to fire off a: 1. HTTP GET webhook 2. GraphQL/HTTP POST webhook 3. with email body 4. with attachment payloads … when an email...
Hey! 👋🏻 I wanted to ask whether you have any plans to implement [email subaddressing](https://datatracker.ietf.org/doc/html/draft-ietf-sieve-rfc3598bis) (TLDR: the ability to parse `[email protected]` as `[email protected]` with `detail` as a sub-address qualifier). Or...
Currently if you input some bad data into a form with parsley validation and refresh the page, the bad data is not outlined:  This PR rechecks parsley validation on...
This PR adds Pwned Password checking on login and registration. On registration if a password is in Pwned Passwords we block registration with that password. On login if a password...