Instead of relying on the database, story the full url in the email (hmac it to avoid tampering). This allows us to later write the image logic in Rust and we don't need to use the database. This will increase speed and reliability, as we don't need to rely on the server.
Instead of relying on the database, story the full url in the email (hmac it to avoid tampering). This allows us to later write the image logic in Rust and we don't need to use the database. This will increase speed and reliability, as we don't need to rely on the server.