short_message: use MULTITEXT message type by default
Only mobyt support this parameter, so this break the compatibility with essendex
Showing
-
mentioned in merge request !49 (merged)
-
Owner
Some notes:
With mobyt, messages with more than 140 characters are rejected when using
text
mode, if we useMULTITEXT
, multiple messages are sent. This also means that the cost of sending such message is higher.Probably we want a way to configure we want to send only one message and fail if messages are too long instead of sending multuiple messages and increase the cost of sending.
Please register or sign in to comment