简体   繁体   English

电子邮件同步到自定义应用

[英]Email Synching into Custom App

How have people intergrated custom CRM type applications with email? 人们如何将自定义CRM类型的应用程序与电子邮件集成在一起?

I have a Access 2003 front-end application with a SQL Server 2005 backend. 我有一个带有SQL Server 2005后端的Access 2003前端应用程序。 One CRM part of the application tracks the activity with the customer in a traffic log table. 应用程序的一个CRM部分在流量日志表中跟踪与客户的活动。 Sometimes the salesstaff has communication with their customer using email instead. 有时,销售人员可以使用电子邮件与其客户进行交流。 What do people do to synch this up with an application? 人们如何将其与应用程序同步? I was thinking about creating a form to enter the initial message, so I could save it into a table and then have the system generate a email, of course, this doesn't handle the email communication after the initial email. 我当时正在考虑创建一个表单以输入初始消息,因此我可以将其保存到表中,然后让系统生成电子邮件,当然,这不会处理初始电子邮件之后的电子邮件通信。

Thanks 谢谢

What you need to do is setup your domain name with a free google apps account. 您需要做的是使用免费的Google Apps帐户设置域名。 Your sales staff can still use the clients of their choice, but since they are essentially using custom gmail accounts, every single email that they send and receive will be recorded in a nice and neat transactional format in the gmail interface. 您的销售人员仍然可以使用他们选择的客户,但是由于他们实际上使用的是自定义gmail帐户,因此,他们发送和接收的每一封电子邮件都将以简洁美观的交易格式记录在gmail界面中。 Since your sales staff is always online, they will always have access to every message they ever sent. 由于您的销售人员始终在线,因此他们将始终有权访问他们发送的每条消息。 If you want to have access to the emails, you can set it up that every single message that gets sent are automatically blind forwarded to your account. 如果您想访问电子邮件,可以将其设置为将收到的每一封邮件自动转发到您的帐户。 Filters can be set up to automatically tag and archive them, so you will not be overwhelmed, but you will still be able to search them. 可以设置过滤器以自动标记和存档它们,因此您不会感到不知所措,但是仍然可以搜索它们。 Google Apps will also give you a central contact directory similar to outlook/exchange. Google Apps还将为您提供类似于Outlook / Exchange的中央联系人目录。

Here are a few options for you: 以下是您的一些选择:

  1. Use web forms for all communications. 使用网络表单进行所有通信。 When a message is sent out, the only thing it includes is a link back to the site. 发出消息后,它仅包含指向站点的链接。 Responses are sent the same way. 响应以相同的方式发送。

  2. Setup an email alias that your sales staff Cc's when they want their correspondence to be tracked. 设置一个电子邮件别名,您的销售人员Cc希望跟踪他们的信件时使用。 Your app would periodically read a POP mailbox, and record the traffic. 您的应用程序会定期读取POP邮箱,并记录流量。 Customers would have to remember to Cc the same email box for the traffic to be remembered. 客户必须记住抄送同一个电子邮件框,以便记住流量。

  3. Establish a single common email box, such as sales@domain.com . 建立一个通用的电子邮件框,例如sales@domain.com All outgoing mail is marked as being from that account, so all replies will go through it. 所有外发邮件都被标记为来自该帐户,因此所有答复都将通过该帐户。 To send mail, sales staff uses a web form. 为了发送邮件,销售人员使用Web表单。 Messages are tagged with a key that associates them with a particular customer. 消息被标记为将消息与特定客户相关联的密钥。 Putting the key in the subject header usually works OK (that's how many support ticket management systems work, for example). 将密钥放在主题标头中通常可以正常工作(例如,这是支持票证管理系统工作的数量)。 Replies from customers keep the tag. 来自客户的答复保留标签。 Your app then reads an associated POP mailbox, parses out the keys, and stores the email accordingly. 然后,您的应用程序读取关联的POP邮箱,解析出密钥,并相应地存储电子邮件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM