Has anyone setup xMatters as an e-mail to SMS gateway? For example, I would like to have e-mail sent to drich-pager@mydomain to be automatically forwarded via. SMS to my device. The person sending the message shouldn't have to do any special formatting or know anything about the system handling the messages other than the e-mail address to use.
Since I have most of a python SOAP script written to send messages, I could embed that as an alias on our mail servers. However, our mail admins are trying to migrate things like this directly to the server where the serivce is running rather than running scripts on the servers themselves. If I could run xMatters on Linux (I have Dialogic voice interfaces to support) I could simply run the script on the server and run a sendmail server as well, but that isn't practical in this case since it is running on Windows.
Does anyone else have any thoughts on how to make this work?