Storybooks for commit 8ba1b2a071a9aab6e90ecfe3a5accd9599bb6a60

Date
2025-11-04T21:35:34.855Z
Summary
task(libs/accounts): Port email sending code to libs
Description
commit 8ba1b2a071a9aab6e90ecfe3a5accd9599bb6a60
Author: dschom 
Date:   Tue Nov 4 13:28:09 2025 -0800

    task(libs/accounts): Port email sending code to libs
    
    Because:
    - We want need a standalone library that can be used to send emails
    
    This Commit:
    - Ports the email sending code from auth-server into libs
    
    task(libs/accounts): Port email sending code to libs
    
    Because:
    - We want need a standalone library that can be used to send emails
    
    This Commit:
    - Ports the email sending code from auth-server into libs
    
    task(libs/accounts): Port email rendering code to libs
    
    Because:
    - We need a standalone library that can be used to render emails
    
    This Commit:
    - Ports the email rendering code from auth-server to libs
    - Converts to typescript
    - Cleans up code and improves consistency
    - Creates work around for copying nxignored l10n assets