HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tikkatenders

no profile record

Submissions

[untitled]

1 points·by tikkatenders·قبل شهرين·0 comments

Show HN: Open-sourced an email QA lib 8 checks across 12 clients in 1 audit call

github.com
1 points·by tikkatenders·قبل 4 أشهر·2 comments

[untitled]

1 points·by tikkatenders·قبل 9 أشهر·0 comments

[untitled]

1 points·by tikkatenders·قبل 9 أشهر·0 comments

comments

tikkatenders
·قبل 4 أشهر·discuss
Good question! The engine handles this at two levels:

Auto-detection: It scans for transactional signals ("reset your password", "order confirmation", OTP codes, etc.). If it finds 2+, it automatically downgrades the missing-unsubscribe penalty to zero.

Explicit declaration: Callers can pass `emailType: "transactional"`, which fully exempts from both unsubscribe and CAN-SPAM physical address checks.

The compliance rules (unsubscribe, physical address) get exempted because they don't legally apply to transactional mail. But deliverability rules (image ratio, hidden text, deceptive links) stay active intentionally. A transactional email that's 100% images is still a deliverability problem regardless of type.

In practice, well-crafted transactional emails rarely trigger those remaining rules since they tend to be simple, text-forward templates.