Email to multiple recipients

Post Reply
beek
Posts: 63
Joined: Wed Sep 14, 2011 3:10 am
OLAP Product: TM1
Version: PA 2.0
Excel Version: Office 365

Email to multiple recipients

Post by beek »

Hi there,

Need some advise here. I would like to send some email notifications from TM1. I have downloaded blat, and managed to send email successfully using blat (creating a TI, which will be called by user using button) to trigger the email sending.
I'm getting the recipient address will be captured as the parameter of the TI. When I input multiple recipients like , abc@yahoo.com,xyz@yahoo.com, the email only gets sent to abc@yahoo.com.
I asciiout the parameter that is captured by the TI, I then realised that the TI process gets only parameter abc@yahoo.com. Whatever after the comma is not captured.
Any idea what is the limitation on the string size of TI paramater can accept?
Or if you have any other way of handling the above?

Appreciate your input.

Thank you.
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Email to multiple recipients

Post by tomok »

Try separating the email addresses by semi-colons (;) instead of commas. Don't know if it it will worl but it's worth a shot.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
beek
Posts: 63
Joined: Wed Sep 14, 2011 3:10 am
OLAP Product: TM1
Version: PA 2.0
Excel Version: Office 365

Re: Email to multiple recipients

Post by beek »

Hi tomok,

Thanks for your suggestion. Yes, TI parameter is able to accept the seperator(;). But blat doesn't.. Anyway, I can put some code to convert the (;) to (,) in the TI process now, so to send to multiple recipients :D
Post Reply