聊天室和邮件结束 [英] Chat Room and Mail at End

查看:104
本文介绍了聊天室和邮件结束的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友,

我想在我的网页中创建聊天室.
用户要与客户互动的地方.
对话完成后,必须生成包含完整对话的邮件.

Dear Friends,

I want create Chat room in my webpage.
Where user wants to interact with customer.
Once the conversation is completed, a mail has to be generated with complete conversation.
Can any one give me idea how to implement this.

推荐答案

从google开始-那里有大量的聊天室软件示例.选择一个喜欢的,并使用它.之后,您要做的就是确保对话在进行过程中存储在某个位置(Cookie,会话或数据库,具体取决于您想要的记录的永久性),然后最后生成电子邮件并发送.

我可以给您的唯一特定信息是电子邮件-这是一种简单的方法:
Start with google - there are loads and loads of examples of chat room software out there. Pick one you like, and use it. After that, all you have to do is ensure that the conversation is stored somewhere while it is going on - Cookies, Session or Database depending on how permanent a record you want - and then generate an email at the end and send it.

The only specific bit I can give you is the email - which is a simple method: Sending an Email in C# with or without attachments: generic routine.[^]
The rest of your question is too vague and open to be answered specifically.


这篇关于聊天室和邮件结束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆