TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you handle spam reports against transactional email

1 pointsby aquarkover 3 years ago
We provide a platform SaaS so generate emails on behalf of our customers to their customers.<p>While our spam rate is very low, at least 2&#x2F;3&#x27;s of the spam reports we do get are for what appear to be totally legitimate transactional emails (eg. purchase receipts). Some could be typo&#x27;s in an email address but I suspect the majority are misclicks on the end users part.<p>Currently we unsubscribe all spam reporting addresses from all emails which causes some problems with support questions as to why people aren&#x27;t getting emails they then expect as follow ups.<p>How do people handle this: treat all spam reports as a hard &#x27;never-going-to-email-you-again&#x27; to protect your email reputation or continue to send high priority transactional emails regardless, or ???

4 comments

OJFordover 3 years ago
As much as it annoys me as a user, I learned recently that the reason you often get a confirmation page in the browser, rather than an immediate unsubscription, is that some clients (not mine mind) automatically open all links for whatever reason.<p>So if you&#x27;re not doing that, maybe that&#x27;s the problem.<p>Also, even if they&#x27;re transactional, are they honestly <i>necessary</i>? According to whom? I hate getting transactional mail I can&#x27;t unsubscribe from when I don&#x27;t care, I&#x27;ll see it on the site when I want to, but the site&#x27;s decided for me that it must be in my inbox. Unless it&#x27;s a legal&#x2F;regulatory requirement, can&#x27;t you just allow unsubscription, even though it&#x27;s &#x27;transactional&#x27;?
评论 #29150230 未加载
dqvover 3 years ago
Add a place in your offering to report on your customers’ customers marking email as spam and have some reconfirmation flow. I would also contact the postmaster to say it’s not spam.
itsrajjuover 3 years ago
One thing you could do is to provide an area in your SaaS where your customers&#x27; customers could view all emails sent to them. Add a small &quot;unread&quot; counter too in a place they can&#x27;t miss. That way, even if they did unsubscribe from your emails, they could still get the messages.<p>And you could also add an option to resubscribe right there.
gerardnicoover 3 years ago
Don&#x27;t take action without feedback is a pretty golden rule.<p>At least send an email to confirm that they have been unsubscribed.