This is a partial result from a query...
EMAIL KEYTYPE MESSAGE CP_ID
@teck.com H msgSome 14019
@some1.com H TEST... 34481
@some1.com H TEST2.. 34481
In this PARTICULAR case two emails need to be fired the first email will be sent to
@teck.com and the "EMAIL body" should be :
H msgSome 14019
The second email will be sent to "@some1.com" and this should contain:
@some1.com H TEST... 34481
@some1.com H TEST2.. 34481
As you can see the body of the second email contains data from
two records which are related with the CP_ID = 34481
I need a help to breack up between blocks of data..
Raul
EMAIL KEYTYPE MESSAGE CP_ID
@teck.com H msgSome 14019
@some1.com H TEST... 34481
@some1.com H TEST2.. 34481
In this PARTICULAR case two emails need to be fired the first email will be sent to
@teck.com and the "EMAIL body" should be :
H msgSome 14019
The second email will be sent to "@some1.com" and this should contain:
@some1.com H TEST... 34481
@some1.com H TEST2.. 34481
As you can see the body of the second email contains data from
two records which are related with the CP_ID = 34481
I need a help to breack up between blocks of data..
Raul