I'm using the workflow-ng and token modules to generate email connection requests from buddylist2. I have two sites, one DB. Users and content is shared across the sites.

Use case: userA@site-nameA sends s connection request to userB@site-nameB

I want the connection request sent to userB@site-nameB to say

*******
From: no-reply@domainB
Subject: connection request from userA

Message:
Hi userB,

userA at site-nameB wants to connect with you...
*******

For the from address I tried using the token [userB:site-email], but it uses the [userB:site-email] email address.

Each domain has its own settings.php and the variables table is shared.

Any ideas how I can resolve this? Can this be resolved by changing the current configuration, or do I need to hack the token module to meet my requirements?

Thanks,
M