New in Wolfram Mathematica 7: Integrated Programmatic Email  previous | next 
Send Mathematica Results to Your Cell Phone via SMS
Email a Mathematica result to your cell phone via SMS.
In[1]:=

Click for copyable input
SendMail[

  "To" -> "2175550100@wirelessphonecompany.com",

  "Subject" -> "Latest price for GE stock",

  "Body" -> ToString@FinancialData["GE"]];
Out[1]=