Author |
Message |
Topic: Configuring Email output node |
rpemmaraju
Replies: 3 Views: 3750
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2011 6:49 am Subject: Re: Configuring Email output node |
Iam getting the following exception, when sending an email to valid gmail account:
com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <emailaddr@gmail.com>... Relaying denied
thanks ... |
Topic: Configuring Email output node |
rpemmaraju
Replies: 3 Views: 3750
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2011 6:39 am Subject: Configuring Email output node |
Hello,
I have a message flow that sends emails with attachments to corporate emails.
How can i configure email output node to send emails to multiple domains like gmail, yahoo, msn, etc ?
... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2011 8:53 am Subject: Dynamically reading files and emailing them as attachments |
I think you should try to create following structure for all your attachments to the OutputLocalEnvironment before forwarding message to EmailOutput -node.
Thank you Marko. It worked !
Re ... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 1:42 pm Subject: Dynamically reading files and emailing them as attachments |
You could use Propagate and a LocalEnvironment override to tell FileRead where to put the data it reads (it *does* support that, doesn't it?) so that it puts it in a different place in the message t ... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 10:55 am Subject: Dynamically reading files and emailing them as attachments |
You could also use the FlowOrder Node.
MQInput --> Compute (out terminal) --> FileRead --> Compute2
Compute (out1 terminal) --> Compute1 --> EmailOutput
Iam accomplishing ... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 9:23 am Subject: Dynamically reading files and emailing them as attachments |
You could use collector.
You could use Propagate and a LocalEnvironment override to tell FileRead where to put the data it reads (it *does* support that, doesn't it?) so that it puts it in a differe ... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 8:49 am Subject: Dynamically reading files and emailing them as attachments |
From his statement I am getting a feeling that he wants to send only one email with three attachment instead of three separate emails.
dilse,
Yes. That is the requirement.
Thank you,
R ... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 8:46 am Subject: Re: Dynamically reading files and emailing them as attachmen |
Build the 3 emails you need to send one at a time. Send them to the EMailOutput node.
Vitor,
thank you for your quick response.
I need to send, in the example scenario, the 3 files as 3 att ... |
Topic: Dynamically reading files and emailing them as attachments |
rpemmaraju
Replies: 12 Views: 8956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 8:15 am Subject: Dynamically reading files and emailing them as attachments |
Hello,
I'm working on a scenario where-in i have to dynamically read the Email To,From,Subject,Body, number of attachments, name of attachments from the XML, go to the shared folder, and email ... |