CEO asked for the net to widen beyond printers/O365 error codes to "anyone on GitHub publicly asking for a free SMTP relay for any purpose" - homelab, self-hosted apps, side projects, monitoring/notification scripts. This issue records a manual search done today against that broader angle, separate from #354/#358 which were both still inside the existing O365/5.7.139 angle.
Method: gh search issues, GitHub's GraphQL search(type: DISCUSSION) (the automated bot never queries this - more on that below), and the Stack Exchange advanced-search API, run by hand, not through the workflow.
Candidates worth a qualifier's attention
-
Taxcursor/appealdesk#69 - "[Feature]: Supabase New Paid SMTP server", opened 2026-08-10, open, zero comments. Real project hit Supabase's built-in free SMTP cap (2 emails/hour) on password-reset mail and is about to pay for a paid SMTP service instead. Genuinely the broader angle - no O365, no printer. Needs a check before drafting: does their signup/reset mail have to come from their own domain? The issue doesn't say. If it doesn't, this is a clean fit; if it does, ZeroSMTP is the wrong answer per our own rule and the honest reply says so.
-
rcourtman/Pulse discussions#1523 - not postable (closed 2026-07-11, resolved with a Discord webhook instead of SMTP), but worth recording as market signal rather than as a lead: a homelab user of a 6,643-star Proxmox/TrueNAS monitoring tool wrote, verbatim, "I didn't have an SMTP server to ship to, I wasn't going to hook it up to Google or SMTP2GO which could eventually incur dollars." That is the exact user ZeroSMTP is built for, on a real, popular, homelab-monitoring tool. Nothing to post here - the thread moved on - but it's evidence the broader angle is real and where it concentrates (monitoring/notification tools, not printers).
-
djraj/lotus-rewards-app#33 - a self-authored "watch item" noting Brevo's free 300/day SMTP cap as a future scaling risk, not an active ask. Weak/borderline - flagging for awareness, not recommending a reply since nobody is asking anything yet.
Recurring false-lead pattern found today - do not re-investigate these
Four separate hand-searches turned up people asking for an unauthenticated SMTP relay/smarthost - the opposite of what ZeroSMTP offers, since ZeroSMTP always requires SMTP AUTH with a username and password:
Conclusion for the automated workflow - no change made, and why
outreach-watch.yml's queries and its two-sided gate (DECISIVE or MAIL+AUTH) are built entirely around the O365/basic-auth-deprecation angle. They do not catch this broader angle, at two separate levels:
- No query targets it. The three
GH_QUERIES all require an O365/printer-flavoured term in the title. None would have matched Taxcursor/appealdesk#69.
- The gate would drop it anyway.
Taxcursor/appealdesk#69's title contains smtp (a MAIL hit) but no AUTH term and no DECISIVE string - onTopic() returns false. The gate is correctly narrow for what it was built to filter (see the six false positives from 2026-08-17 in the workflow's own comments), but that same narrowness excludes the broader ask by design.
I measured before proposing anything, per the tuning process this file requires, and the numbers don't clear the bar:
- GitHub issue search, bare token
"free smtp" (30 results): ~3-4 genuinely on-topic out of 30, and the rest is unrelated app tickets (email verification, mass-mailer feature requests, a spoofing tool) - about 10-13%.
- GitHub Discussions,
"recommend" "smtp relay" (top 20 of 53): 1 genuinely good hit, already answered in-thread - 5%.
- GitHub Discussions,
"smtp" homelab free (all 10 of 10): 2 on-topic (Pulse, docker-mailserver above), both already resolved/closed - 0 that are open and actionable.
- Stack Exchange, the existing
free smtp relay query with no date filter on serverfault/superuser: matches on bare tokens free + smtp + relay anywhere, returns old unrelated postfix/DNS questions from 2014-2023, none of them someone asking for a relay recommendation.
All four are well under the "roughly a third" bar this file sets for adding a new signal, so no query or gate change is going in. The one specific, measurable gap - GitHub Discussions is a surface the bot has never searched, and it's where the real "what should I use" conversations concentrate - stays a documented gap rather than a change, because even hand-picked queries against it didn't clear the bar. If someone finds a Discussions query that does, that's the next thing to try, not a looser gate on the existing Issues search.
Nothing has been posted anywhere. Closing this once triaged, same as #354/#358.
CEO asked for the net to widen beyond printers/O365 error codes to "anyone on GitHub publicly asking for a free SMTP relay for any purpose" - homelab, self-hosted apps, side projects, monitoring/notification scripts. This issue records a manual search done today against that broader angle, separate from #354/#358 which were both still inside the existing O365/
5.7.139angle.Method:
gh search issues, GitHub's GraphQLsearch(type: DISCUSSION)(the automated bot never queries this - more on that below), and the Stack Exchange advanced-search API, run by hand, not through the workflow.Candidates worth a qualifier's attention
Taxcursor/appealdesk#69 - "[Feature]: Supabase New Paid SMTP server", opened 2026-08-10, open, zero comments. Real project hit Supabase's built-in free SMTP cap (2 emails/hour) on password-reset mail and is about to pay for a paid SMTP service instead. Genuinely the broader angle - no O365, no printer. Needs a check before drafting: does their signup/reset mail have to come from their own domain? The issue doesn't say. If it doesn't, this is a clean fit; if it does, ZeroSMTP is the wrong answer per our own rule and the honest reply says so.
rcourtman/Pulse discussions#1523 - not postable (closed 2026-07-11, resolved with a Discord webhook instead of SMTP), but worth recording as market signal rather than as a lead: a homelab user of a 6,643-star Proxmox/TrueNAS monitoring tool wrote, verbatim, "I didn't have an SMTP server to ship to, I wasn't going to hook it up to Google or SMTP2GO which could eventually incur dollars." That is the exact user ZeroSMTP is built for, on a real, popular, homelab-monitoring tool. Nothing to post here - the thread moved on - but it's evidence the broader angle is real and where it concentrates (monitoring/notification tools, not printers).
djraj/lotus-rewards-app#33 - a self-authored "watch item" noting Brevo's free 300/day SMTP cap as a future scaling risk, not an active ask. Weak/borderline - flagging for awareness, not recommending a reply since nobody is asking anything yet.
Recurring false-lead pattern found today - do not re-investigate these
Four separate hand-searches turned up people asking for an unauthenticated SMTP relay/smarthost - the opposite of what ZeroSMTP offers, since ZeroSMTP always requires SMTP AUTH with a username and password:
Conclusion for the automated workflow - no change made, and why
outreach-watch.yml's queries and its two-sided gate (DECISIVEorMAIL+AUTH) are built entirely around the O365/basic-auth-deprecation angle. They do not catch this broader angle, at two separate levels:GH_QUERIESall require an O365/printer-flavoured term in the title. None would have matched Taxcursor/appealdesk#69.Taxcursor/appealdesk#69's title containssmtp(aMAILhit) but noAUTHterm and noDECISIVEstring -onTopic()returns false. The gate is correctly narrow for what it was built to filter (see the six false positives from 2026-08-17 in the workflow's own comments), but that same narrowness excludes the broader ask by design.I measured before proposing anything, per the tuning process this file requires, and the numbers don't clear the bar:
"free smtp"(30 results): ~3-4 genuinely on-topic out of 30, and the rest is unrelated app tickets (email verification, mass-mailer feature requests, a spoofing tool) - about 10-13%."recommend" "smtp relay"(top 20 of 53): 1 genuinely good hit, already answered in-thread - 5%."smtp" homelab free(all 10 of 10): 2 on-topic (Pulse, docker-mailserver above), both already resolved/closed - 0 that are open and actionable.free smtp relayquery with no date filter on serverfault/superuser: matches on bare tokensfree+smtp+relayanywhere, returns old unrelated postfix/DNS questions from 2014-2023, none of them someone asking for a relay recommendation.All four are well under the "roughly a third" bar this file sets for adding a new signal, so no query or gate change is going in. The one specific, measurable gap - GitHub Discussions is a surface the bot has never searched, and it's where the real "what should I use" conversations concentrate - stays a documented gap rather than a change, because even hand-picked queries against it didn't clear the bar. If someone finds a Discussions query that does, that's the next thing to try, not a looser gate on the existing Issues search.
Nothing has been posted anywhere. Closing this once triaged, same as #354/#358.