Document MMS (Multimedia Messaging) support#761
Conversation
Document the new MMS feature for sending images with Text Messages: - Add MMS section to SMS documentation with usage instructions - Add MMS configuration section to Twilio plugin documentation - Document regional availability (US and Canada only) - Document media requirements (formats, limits) Addresses mautic/mautic#9890 via PR #15999
Add Australia to the list of supported regions for MMS messaging, matching the final merged state of mautic/mautic#15999.
|
|
||
| .. vale off | ||
|
|
||
| Sending MMS (Multimedia Messages) |
There was a problem hiding this comment.
Added MMS documentation based on PR #15999 which implements MMS support for Text Messages. The PR's translations/messages.en.ini file specifies regional availability (US/Canada only), media limits (10 images, 5 MB total), and supported formats (.gif, .png, .jpg, .jpeg).
Source: mautic/mautic#15999
|
|
||
| .. vale off | ||
|
|
||
| Enabling MMS (Multimedia Messaging) |
There was a problem hiding this comment.
Added Twilio MMS configuration steps based on PR #15999. The PR description documents that MMS must be enabled in the Twilio Messaging Service settings to send media attachments.
Source: mautic/mautic#15999
| Mautic supports sending MMS, which allows you to attach images to your Text Messages. MMS messages appear in the Text Messages list with an image icon indicator, and the Campaign Builder dropdown shows an ``[MMS]`` prefix for messages with media attached. | ||
|
|
||
| .. note:: | ||
| MMS is currently available for Contacts with phone numbers in the United States, Canada, and Australia only. When sending to Contacts outside these regions, Mautic sends the image as a URL link instead. |
There was a problem hiding this comment.
Added Australia to the MMS regional availability list based on the PR description which states "MMS via Twilio work only in US, Canada and Australia."
Source: mautic/mautic#15999
| #. Toggle **MMS** to **On**. | ||
|
|
||
| .. note:: | ||
| MMS through Twilio is available for phone numbers in the United States, Canada, and Australia only. When sending to Contacts outside these regions, Mautic sends the image as a URL link instead. |
There was a problem hiding this comment.
Added Australia to the MMS regional availability list based on the PR description which states "MMS via Twilio work only in US, Canada and Australia."
Source: mautic/mautic#15999
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions.
- Rename MMS headings to descriptive style and wrap in vale off/on - Add MMS to Vale accept.txt vocabulary - Convert usage steps to auto-numbered RST lists with star bullets - Replace cross-reference with custom target (sending MMS in SMS section)
Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com>
|
Thanks for the detailed review, @adiati98! I've addressed all the suggestions:
Vale passes with no errors on the changed files. I also incorporated your "Apply suggestions from code review" commit. Ready for another look! |
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions.
Apply reviewer @adiati98's suggested note formatting: add blank line after the .. note:: directive and use 3-space content indentation.
|
Thanks, @adiati98! Applied the suggested note formatting — added the blank line after the |
Open this suggestion in Promptless to view citations and reasoning process
Document the new MMS feature that allows users to attach images to Text Messages. Covers usage instructions, Twilio configuration, regional availability (US, Canada, and Australia), and media requirements. Updated to reflect final merged state of mautic/mautic#15999.
Trigger Events
Tip: Use Vale? Add your vale.ini when setting up your Docs Collection.