Dann probier mal folgendes:

Code:
REM ### Emailzuweisungen ###
if %1==26155 set email=email1@xyz.de
if %1==26210 set email=email1@xyz.de
if %1==26180 set email=email1@xyz.de,email2@xyz.de
if %1==26190 set email=email1@xyz.de,email2@xyz.de,email3@xyz.de
if %1==26200 set email=email2@xyz.de
if %1==26160 set email=email3@xyz.de
und in den Parametern vom Emailversendetool
Code:
.... -to %email% ....
Gruß