如何将从任何服务发送的电子邮件重新路由到消息队列(MSMQ) [英] How to reroute the emails send from any service to message queue(MSMQ)

查看:101
本文介绍了如何将从任何服务发送的电子邮件重新路由到消息队列(MSMQ)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我有一个电子邮件ID info@xyz.com 。我想将发送到此地址的所有电子邮件重定向或从此地址发送到我的消息队列(例如: @。\ Private $ \ MyQueue)。我怎样才能实现这一目标?



我尝试过:



我尝试使用两个表单发送和接收,但实际上我想将发送到此id的所有电子邮件重定向到队列。

Suppose I have an email id info@xyz.com. I want to redirect all the emails send to this address or sent from this address to my message queue(eg: @".\Private$\MyQueue") . How can i achieve that?

What I have tried:

I have tried sending and receiving using two forms but actually i want to redirect all the emails send to this id to queue first.

推荐答案

\ MyQueue)。我怎样才能实现这一目标?



我尝试过的事情:



我尝试使用两个表单发送和接收,但实际上我想将发送到此id的所有电子邮件重定向到队列中。
\MyQueue") . How can i achieve that?

What I have tried:

I have tried sending and receiving using two forms but actually i want to redirect all the emails send to this id to queue first.


您必须编写自己的电子邮件服务器,支持IMAP,POP3和SMTP,这样做。客户端必须连接到此电子邮件服务器,您可以在其中处理和格式化MSMQ消息并将此对象排队。



对于传入邮件,此服务器必须对外部服务器可见,并注册为您的电子邮件域的邮件服务器。
You would have to write your own email server, supporting IMAP, POP3 and SMTP, that does this. The clients would have to connect to this email server, where you'd do your processing and formatting for a MSMQ message and queue this object up.

For incoming mail, this server would have to be visible to outside servers and be registered as the mail server for your email domain.


这篇关于如何将从任何服务发送的电子邮件重新路由到消息队列(MSMQ)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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