We have improved the feedback when sending emails, so that you get confirmation on the email being delivered. Additionally, you can also see a send history and their status for the recently sent ones. All logs and sent emails are cleaned up after 30 days. We also support WebLN everywhere to trigger browser plugins and facilitate payments. Apart from that there have been some bug fixes and minor improvements. What should we improve next? Support for sending attachments? Here are some screenshots:
If you forgot to copy your access token when creating an LNemail account, don't worry! **There are several ways to get your access token:** 1. From the LN invoice memo 2. Run `localStorage.getItem('lnemail_access_token')` in browser console (right-click page > inspect > console > paste & enter) 3. Check API requests in Network tab - look for Authorization header after `Bearer ` The token is safely stored in your browser's local storage. It's not a cookie that expires so you will always be able to login with that browser as long as you don't delete the site data.