You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we require Intent::SMS messages to have 160 characters or less. Really, we should just allow them to be longer, and have the underlying end-point send multiple messages if required.
We can extend Intent::SMS with a truncate flag (defaulting to false) if we want to enforce truncation of messages.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1412333-send-multiple-sms-messages-if-length-160?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Right now we require Intent::SMS messages to have 160 characters or less. Really, we should just allow them to be longer, and have the underlying end-point send multiple messages if required.
We can extend Intent::SMS with a
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1412333-send-multiple-sms-messages-if-length-160?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github).truncate
flag (defaulting to false) if we want to enforce truncation of messages.The text was updated successfully, but these errors were encountered: