"""
mailer.py — Sends a polished HTML digest of new Factors.AI account entries,
with the full export attached as a CSV file.
Design notes
------------
* Card-per-account layout instead of a single wide table. An 11-column table
cannot fit inside an email viewport on any client, and Outlook desktop
(Word rendering engine) cannot horizontally scroll — a wide table there
just renders broken/clipped. Stacked cards render correctly everywhere,
including Outlook, Gmail, Apple Mail and mobile clients, with zero
horizontal overflow.
* All styling is inline (email clients strip most
|
Factors.AI — Account Alerts
Run time: {run_time}
|
|
|
{headline}
{summary}
|
{f'| ' + attachment_html.replace(chr(10), "") + " | " if False else ""}
{attachment_html}
|
{cards_html}
|
|
This is an automated message generated by the Factors.AI Account Export script.
Do not reply to this email.
|
|