For some time now I have worked on a selfhostable trashmail solution that works with my own (sub)domains. Many amazing people have contributed since then and we now even have webhooks on incoming emails.
I often use OpenTrashmail myself for privacy but also to automate email-2fa logins.
For example during the pandemic my clients (mostly schools) had to test their students via a central platform and they wanted to get automatic statistics from the site. Easy enough with a crawler but it had 2fa via email so I implemented API access to OpenTrashmail so my scripts would wait for the 2fa email to arrive and parse the code and enter it for automated logins
It was also my first project using HTMX which I really fell in love with after fighting for my sanity with Vue and React
1 comment
[ 2.5 ms ] story [ 12.2 ms ] threadFor some time now I have worked on a selfhostable trashmail solution that works with my own (sub)domains. Many amazing people have contributed since then and we now even have webhooks on incoming emails.
I often use OpenTrashmail myself for privacy but also to automate email-2fa logins.
For example during the pandemic my clients (mostly schools) had to test their students via a central platform and they wanted to get automatic statistics from the site. Easy enough with a crawler but it had 2fa via email so I implemented API access to OpenTrashmail so my scripts would wait for the 2fa email to arrive and parse the code and enter it for automated logins
It was also my first project using HTMX which I really fell in love with after fighting for my sanity with Vue and React