Hi clorenzo,
just to give you a hint in the right direction.
Your mentioned URL could look like this one:
http(s)://your.server/egroupware/index.php?menuaction=felamimail.uicompose.compose&preset[bcc]=info+alpha-zet+<info%40alpha-zet.de>&preset[subject]=AAAAAAAAAAAAAAA&preset[body]… and so on
this is just for better reading, please keep in mind that all special chars should be url save encoded to avoid running in trouble.
For getting more information about which other variables you can use for the get request I suggest a look in \egroupware\felamimail\inc\class.uicompose.inc.php at function: function compose($_focusElement=‘to’)
…search for the $_REQUEST[‘preset’][‘yxz’]…
and now happy “batching”, and I wouldn’t mind if you posted your tries or maybe positiv results ;-).
regards
Jürgen