SendMessage[channel,message]
sends a message to the specified channel.
SendMessage[channeldest,message]
sends a message to the destination dest through the specified channel.


SendMessage
SendMessage[channel,message]
sends a message to the specified channel.
SendMessage[channeldest,message]
sends a message to the destination dest through the specified channel.
Details

- Supported channels include:
-
"Email" email "MMS" MMS message "SMS" SMS text message - Unless otherwise specified, SendMessage will send a message to the user or the account of the user executing SendMessage.
- For "Email", the default address used will be $WolframID.
- For "SMS" and "MMS", the only destination that can be used is the phone number specified in your account and given by $MobilePhone.
- SendMessage requires internet connectivity and uses external services that require Service Credits to send SMS and MMS.
- The following forms can be used for MMS messages:
-
SendMessage["MMS",obj] a single graphic, image, audio, etc. object SendMessage["MMS",{"text",obj}] text together with a graphic or other object - Media objects sent by "MMS" have a size limit, typically around 500 kilobytes.
- SendMessage always attempts to convert messages to a form suitable for sending through the channel specified.
- SendMessage returns a Success object if it succeeded in sending the specified message, and a Failure object otherwise.
Text
Wolfram Research (2014), SendMessage, Wolfram Language function, https://reference.wolfram.com/language/ref/SendMessage.html (updated 2018).
CMS
Wolfram Language. 2014. "SendMessage." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2018. https://reference.wolfram.com/language/ref/SendMessage.html.
APA
Wolfram Language. (2014). SendMessage. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SendMessage.html
BibTeX
@misc{reference.wolfram_2025_sendmessage, author="Wolfram Research", title="{SendMessage}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/SendMessage.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_sendmessage, organization={Wolfram Research}, title={SendMessage}, year={2018}, url={https://reference.wolfram.com/language/ref/SendMessage.html}, note=[Accessed: 14-August-2025]}