admin管理员组文章数量:1287856
I’m building a chat messenger in Next.js with Supabase as my backend. I want users to reply to chat messages directly via email, and have those replies saved in my database as new messages.
Flow Overview: A user receives an email notification with a chat message. The user replies to the email. The reply is processed and saved as a message in Supabase. The original sender is notified about the new reply. Challenges: How do I receive and process incoming emails? How do I verify the email is from the correct user? How do I store the reply in Supabase and notify the recipient? Has anyone implemented this before? Any help would be appreciated!
I record the email in the database and send it with resend, but how I can display the reply by the user that received the email?
本文标签: streamChat messenger reply by email nextjsStack Overflow
版权声明:本文标题:stream - Chat messenger reply by email next.js - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741328464a2372628.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论