Dev Tools · 6h ago
Fitz language adds built-in SMTP, no external libraries needed
Fitz, a new programming language, now includes native SMTP outbound as a built-in feature, eliminating the need for external libraries like yagmail or nodemailer. The smtp.send() function is async by default and works identically in both run and build modes. This addition was driven by the needs of fitzwatch, an open-source status page built in Fitz.
Meridian48 take
While built-in SMTP is convenient, Fitz remains a niche language with limited adoption, so this feature is more a proof of concept than a shift in how most developers send emails.
Read the full reporting
SMTP outbound as a first-class citizen: send emails without pip install yagmail →
DEV Community
programming-languagessmtp