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.

Sending reply and forward emails with EmailEngine

9 pointsby andris9almost 3 years ago

1 comment

9devalmost 3 years ago
I just built a similar feature into our app, where our users may specify email contacts and send chat messages to them. Those messages will be sent using a special email address containing our user ID, so we can route responses back into our chat database. By storing the email message IDs along with the messages, we can even implement full conversations and let our users and external recipients respond to specific messages. This was rather cheaply possible using Mailgun webhooks - we even have delivery receipts!<p>Edit: in case somebody worries - this is a B2B application where buyers can talk to their suppliers, some of which may not be onboarded yet. We rate limit sending out too, so there’s not really a spam risk :)
评论 #32013737 未加载
评论 #32013793 未加载