So I'm working on modifying a bulk PM plugin to suit my needs, and I'm wondering if there's any way to set the sending username, for example to 'System'. I've tried hooking into pm_before_send and setting $pm_message['from_username'] and $_POST['from'] already, to no avail.
If anyone could point me in the right direction, that would be appreciated.