Author |
Message
|
jrjoe |
Posted: Fri Oct 13, 2006 11:36 am Post subject: Inbound Email to MQ message. |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
I am working with the IA07 email plug-in for outbound mail and was wondering if there was a way anyone need to handle inbound mail transformed to an MQ message?
Thanks in advance for any info on this matter.
Joe |
|
Back to top |
|
 |
sasmita10 |
Posted: Fri Oct 13, 2006 12:31 pm Post subject: |
|
|
 Novice
Joined: 23 Feb 2005 Posts: 24 Location: Danbury, CT
|
We have done it for out bound email. It works very efficiently. We are using for alert email in case there is some error message or queue depth increases. _________________ WMQ and WMQI specialist
(IBM Certified Web Sphere MQSeries 6.0 System Administrator )
(IBM Certified Web Sphere Message Broker 6.1 System Administrator ) |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Oct 13, 2006 6:15 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You will have to write something to act as either an SMTP server, a POP3 client or an IMAP client, in order to recieve inbound email.
The Support Pack does not provide this.
With v6, the simplest way to do this would be to write a JavaCompute node that uses the JavaMail API to retrieve messages.
A much better way to do it would be to write a custom Input node that received email over TCP/IP (using SMTP, POP3, or IMAP) and leveraged the MIME parser. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
zpat |
Posted: Fri Oct 13, 2006 11:42 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You could use a Notes agent if your mail system is Domino based. |
|
Back to top |
|
 |
vk |
Posted: Sat Oct 14, 2006 6:12 am Post subject: |
|
|
Partisan
Joined: 20 Sep 2005 Posts: 302 Location: Houston
|
You can also use IBM WebSphere Business Integration EMail Adapter. It can both send Emails and poll mail box for incoming Emails.
But you will have to purchase this separately.
Regards.
VK. |
|
Back to top |
|
 |
|