-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 3 replies
- 9 views
-
- 2 answers
- 1,817 views
-
- 6 answers
- 5,687 views
-
Vbscript adding network printers with username variable
By Gareth Chamberlain,
- vbscript
- programming
- (and 5 more)
- 2 replies
- 5,854 views
-
VB.NET code that will count the time you've been online at a particular website
By Y625,
- visual basic
- vb
- (and 8 more)
- 4 answers
- 3,680 views
-
Question
i11usive
I have created a MSMQ server and written VB.NET code to drop an XML file into a private queue in the following format:
<emailRequest>
<senderName>Tester</senderName>
<senderAddr>sender@thedomain.com</senderAddr>
<subject>Test Subject</subject>
<body>This is a test</body>
<recipients>receiver@domain.com</recipients>
</emailRequest>
I need some guidance on creating a VB.NET windows service that checks the private queue for messages, processes them out sends them out via our SMTP server. I've had a good look around the Internet but can't find a definitive guide. Can you point me in the right direction, or even provide some code examples?
Link to comment
https://www.neowin.net/forum/topic/1031409-vbnet-service-to-send-xml-email-from-msmq/Share on other sites
6 answers to this question
Recommended Posts