Author |
Message
|
pfaulkner |
Posted: Tue Jan 21, 2003 10:11 am Post subject: anyone usiny SENDMAIL plugin with multiple MailTo tags? |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
It seems to work fine with a single recipient but if I add a second MailTo tag it doesn't do anything. I don't get any errors and no emails???
Anyone run into similar issues?
thanks |
|
Back to top |
|
 |
yaakovd |
Posted: Tue Jan 21, 2003 10:26 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
I didn't working with it in MQSI, but try separate with ';' or ',' - it working different in different applications _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
pfaulkner |
Posted: Tue Jan 21, 2003 10:30 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
Already tried that although the doc says you need to use multiple tags.
The input message must adhere the following structure:
<Message>
<From> </From>
<To> </To> (optional repeated)
<Cc> </Cc> (optional repeated)
<Bcc> </Bcc> (optional repeated)
<Subject> </Subject>
<Body> </Body>
</Message>
or
<Message>
<From> </From>
<To> </To> (optional repeated)
<Cc> </Cc> (optional repeated)
<Bcc> </Bcc> (optional repeated)
<Subject> </Subject>
<Body>
<Line> </Line> (optional repeated)
</Body>
</Message>
From release V1.2 and above, all tags can be prefixed with “Mail” e.g. MailTo and MailFrom |
|
Back to top |
|
 |
yaakovd |
Posted: Tue Jan 21, 2003 10:40 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
Ore you sure that your message generated with multiple <To>?
Did you tried with <To> and <CC> - is it riched the destination?
Any way, I will try it tomorrow _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
pfaulkner |
Posted: Tue Jan 21, 2003 10:48 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
yeah, I also send my message a temp MQOutput Node to check the contents. I've tried the following:
multiple <MailTo> - results in no email
single <MailTo> with <MailCc> - results in just the MailTo recipient recieving an email. |
|
Back to top |
|
 |
yaakovd |
Posted: Wed Jan 22, 2003 1:06 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
Hi,
I am just installed email plugin. And it working properly :
<Message>
<From>Yaakov </From>
<To>address1@mmm.com </To>
<To>address2@mmm.com </To>
<Cc> address3@mmm.com </Cc>
<Subject> Test</Subject>
<Body> Message from email plug-in</Body>
</Message>
I received all messages on different addresses.
May be it is some mail server problem? Or you can try reinstall plug-in... _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
pfaulkner |
Posted: Wed Jan 22, 2003 9:33 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
strange...what OS did you test on (AIX?)?
I tested my SENDMAIL from the AIX command line without any issues.
Finally, I tried this:
<To: address1,address2> and it worked.
Not quite as it's documented but at least I get my emails  |
|
Back to top |
|
 |
yaakovd |
Posted: Wed Jan 22, 2003 11:20 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
My test was on NT, I will continue on AIX... _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
|