<!--
{
  "availability" : [
    "iOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TelephonyMessagingKit",
  "identifier" : "/documentation/TelephonyMessagingKit/MMSService/sendMessage(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TelephonyMessagingKit"
    ],
    "preciseIdentifier" : "s:21TelephonyMessagingKit10MMSServiceC11sendMessageyyAA10MMSMessageVYaKF"
  },
  "title" : "sendMessage(_:)"
}
-->

# sendMessage(_:)

Sends an MMS message to the given destination.

```
final func sendMessage(_ message: MMSMessage) async throws
```

## Parameters

`message`

The MMS message to send.

## Discussion

If the [`totalSize`](/documentation/TelephonyMessagingKit/MMSMessage/totalSize) exceeds [`maximumMessageSize`](/documentation/TelephonyMessagingKit/MMSService/Configuration/maximumMessageSize), this call fails with [`MMSService.Error.maximumSizeExceeded`](/documentation/TelephonyMessagingKit/MMSService/Error/maximumSizeExceeded).

> Throws:
> 
> - ``doc://com.apple.telephonymessagingkit/documentation/TelephonyMessagingKit/MMSService/Error`` if sending the message fails.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)