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: I need a customizable email autoresponder

1 pointsby sochixalmost 7 years ago
I need a tool to register incoming email messages and send a respond based on regex.<p>Example respond message: Your message received, it&#x27;s id is ########<p>Can you suggest me any service or tool?

2 comments

dvtrnalmost 7 years ago
Sounds like maybe something SendGrid&#x27;s inbound parser may be capable of? <a href="https:&#x2F;&#x2F;sendgrid.com&#x2F;docs&#x2F;Classroom&#x2F;Basics&#x2F;Inbound_Parse_Webhook&#x2F;setting_up_the_inbound_parse_webhook.html" rel="nofollow">https:&#x2F;&#x2F;sendgrid.com&#x2F;docs&#x2F;Classroom&#x2F;Basics&#x2F;Inbound_Parse_Web...</a>
pwgalmost 7 years ago
Something like procmail (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Procmail" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Procmail</a>) and a bit of scripting would achieve this goal.