| I would like
to receive a Short Message Service message (SMS), from MOM on my Mobile
Phone if some critical error occurs. Does anyone know how to do this?
From the microsoft.public.mom
newsgroup
If your phone service supports it, you might be able to send the SMS message
as an email, which the phone company's server automatically forwards to your
mobile phone. An email response would be relatively easy to configure in
MOM.
If you need more control over the content or length of the email, you could
run a script response instead. The CDONTS library can programmatically
construct an email and send it via an SMTP server:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_denali_newmail_object_cdonts_library_.asp
|