579 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
70
views
How to send sms in python from icloud account to koodo texto msg.koodomobile.com
it is possible to send email as plain text from python code to mms koodomobile?
Here is an example, it doesn’t return me any errror like it is working, if I try an normal hotmail adress to the sender ...
0
votes
0
answers
37
views
Android parsing of bMessage for MIME message
We are trying to figure out how to properly format a put BMSG when sending it to an Android devices so it will push it onwards to the receivers.
The type of BMSG we are attempting is TYPE=MMS and when ...
0
votes
1
answer
145
views
How to generate test MMS and pass it to Android emulator?
my Android application must handle various types MMS. Unfortunately, I have only basic knowledge about MMS, I know that MMS like email-massage, I know about SMIL-format. Know how parse it, something ...
0
votes
1
answer
310
views
how to use sendMultimediaMessage in SmsManager?
I am currently developing a React Native app to send text messages. I successfully sent messages using smsManager.sendMultipartTextMessage(), but encountered an issue where some devices receive the ...
0
votes
2
answers
360
views
HTML link for send MMS message
In HTML, I can send SMS messages using links like so:
<a href="sms:+1-123-456-7890?body=Interested%20in%20your%20product">Sms Me!</a>
However, I need to send images with text (...
-2
votes
1
answer
174
views
Unable to Register a Sole Propietor Messaging Campaign
My campaign was rejected on
ERROR: 30896
"The campaign submission has been reviewed and it was rejected because of provided Opt-in information."
The opt-in info I provided is: "Users ...
0
votes
0
answers
61
views
How to send a picture via MMS
How can I send an image via SMS/MMS directly from the URL?
I found this code, but it suggests an app to send the MMS instead of directly sending it
val sendIntent = Intent(Intent.ACTION_SEND)
...
1
vote
1
answer
335
views
Sending Audio Messages in Twilio
I’m wondering if it’s possible to send audio messages via Twilio’s API.
By "audio message" I mean the native audio recording in Apple Messages (attached) and Android messages (also attached).
Is this ...
0
votes
1
answer
185
views
Sending Audio via Text using Twilio Connection in Make.com
I'm using Make.com (Zapier alternative) to automate the sending of a text.
Is there a way to send an audio file, actually playable in the text via Twilio using a tool like Zapier or Make.com?
I'm not ...
0
votes
1
answer
919
views
Will A2P 10DLC registration required for US messaging, impact our active workflow process?
I implemented a voice recording workflow in Twilio studio to allow employees to call in to record their name pronunciation. And the Twilio widget will send the recorded voice to my email address. ...
0
votes
1
answer
180
views
Send Sms and Mms to users with my company numbers
Is it possible to utilize a third-party API in Python for sending both MMS and SMS messages? I'm looking to avoid sending SMS messages using the purchase numbers provided by the third-party platform. ...
1
vote
1
answer
1k
views
MMS and SMS texts still going undelivered after my Twilio A2P 10DLC campaign was approved
Waited the three weeks for Twilio to approve my campaign for texting (to register my 10 digit business number). My campaign got verified and my MMS and SMS texts are still going undelivered and ...
0
votes
1
answer
119
views
Twilio code (node.js) is SMS not forwarding mediaurl's in text messages
I am trying to get code (node.js) running as a Twilio function service that forwards SMS/MMS to a subscribed group of phone numbers. The code is working, except for none of the attachments are ...
0
votes
0
answers
87
views
Which data from Telephony.Mms.Part indicates a reaction?
Querying the MMS parts database on Android will give MMS message bodies like '❤️ to "hello"' for reactions.
How can one know if these are true reactions or if someone typed that out?
Looked ...
0
votes
0
answers
173
views
Can't send MMS programmatically using vonage
I have used this reference(https://developer.vonage.com/en/messages/code-snippets/mms/send-mms?lang=javascript) for sending MMS
vonage.messages.send(
new Image({ "url": IMAGE_URL }, ...