win32net.NetMessageBufferSend
NetMessageBufferSend(domain, userName, fromName, message)
sends a string to a registered message alias.
Parameters
domain : string
Specifies the name of the remote server on which the
function is to execute. None or empty string the local computer.userName : string
Specifies the message name to which the message
buffer should be sent.fromName : string
The user the message is to come from, or None for
the current user.message : string
The message textWin32 API References
Search for NetMessageBufferSend at msdn, google or google groups.