We have legacy, unsupported software that sends an Email in plain text to a single recipient with 1 attachment. The Email passes through Exchange.
我们有传统的,不受支持的软件,它以纯文本形式向具有1个附件的单个收件人发送电子邮件。电子邮件通过Exchange传递。
The desired result is that the customer receives a nicer, formatted HTML-style mail message, rather than the Plain Text message.
期望的结果是客户收到更好的,格式化的HTML样式的邮件消息,而不是纯文本消息。
Perhaps this isn't a job for Exchange, but it makes the most sense to me to start here.
也许这不是Exchange的工作,但从我这里开始对我来说是最有意义的。
How can I intercept this Email (The subject line is a way to identify these Emails), use the attachment in another Email Template and send this to the original recipient?
如何拦截此电子邮件(主题行是识别这些电子邮件的方式),使用其他电子邮件模板中的附件并将其发送给原始收件人?
1 个解决方案
#1
0
It sounds like you need to intercept the message in the Transport Pipeline if you can't change the client that is sending the message. I would start by looking a transport Agents which work on 2007,2010,2013 these can be used to capture the message that was sent then you can either drop the original or use modify the original messages while its in the Transport pipeline in exchange I'd start with something like https://msdn.microsoft.com/en-us/library/office/aa579185(v=exchg.140).aspx
如果您无法更改正在发送邮件的客户端,则听起来您需要拦截传输管道中的邮件。我将首先查看在2007,2010,2013上工作的传输代理,这些代理可用于捕获已发送的消息,然后您可以删除原始消息或使用修改原始消息,而它在传输管道中作为交换我' d从https://msdn.microsoft.com/en-us/library/office/aa579185(v=exchg.140).aspx开始
Cheers Glen
#1
0
It sounds like you need to intercept the message in the Transport Pipeline if you can't change the client that is sending the message. I would start by looking a transport Agents which work on 2007,2010,2013 these can be used to capture the message that was sent then you can either drop the original or use modify the original messages while its in the Transport pipeline in exchange I'd start with something like https://msdn.microsoft.com/en-us/library/office/aa579185(v=exchg.140).aspx
如果您无法更改正在发送邮件的客户端,则听起来您需要拦截传输管道中的邮件。我将首先查看在2007,2010,2013上工作的传输代理,这些代理可用于捕获已发送的消息,然后您可以删除原始消息或使用修改原始消息,而它在传输管道中作为交换我' d从https://msdn.microsoft.com/en-us/library/office/aa579185(v=exchg.140).aspx开始
Cheers Glen