#577 — Update email templates for auth

Repo: Twill-AI/twill-ai-ui State: open | Status: open Assignee: TwillPayments, raymondehizoba

Created: 2025-08-04 · Updated: 2025-08-04

Description

Caused by https://twill-network.slack.com/archives/C06UCQP1BFC/p1754045910438059?thread_ts=1754045781.595169&cid=C06UCQP1BFC

Current (2025/08/04) email templates:

Confirm signup
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">

<head>
  <meta name="viewport" content="width=device-width" />
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="x-apple-disable-message-reformatting">
  <meta name="color-scheme" content="light">
  <meta name="supported-color-schemes" content="light">
  <title>Account verification</title>
  <!--[if mso]><noscript><xml><o:officedocumentsettings><o:pixelsperinch>96</o:pixelsperinch></o:officedocumentsettings></xml></noscript><![endif]-->
  <style>
    html {
      font-family: Arial, Tahoma, sans-serif;
      font-optical-sizing: auto;
      font-size: 18px;
    }

    a {
      color: #161E2D;
      text-decoration: none;
    }

    .full-width {
      width: 100%;
      border-collapse: collapse;
      border: 0;
      border-spacing: 0;
    }

    .btn.primary {
      margin: 0;
      background-color: #387094;
      border-radius: 99rem;
      padding: 0.75rem 3rem;
      border: none;
      font-family: SF Pro Text, sans-serif;
      color: #FFF;
      font-weight: 700;
      cursor: pointer;
      font-size: 0.875rem;
      transition: 150ms all;
    }

    .btn.primary:hover {
      background-color: #3c799f;
    }

    .

## Notes

_Add implementation notes, blockers, and context here_

## Related

_Add wikilinks to related people, meetings, or other tickets_