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
Most of SMS providers allow some options in their API (like priority, encoding, sending date, short links, ...) and usually this options must be specifics to each SMS (not, globally, for all SMS sent)
Actually, only ChatMessage and PushMessage can have options. Recently (for 6.2), SmsMessage can have a "from" (#45987).
It would be interesting to have the possibility of adding additional options. I can propose a PR but I would like to know if:
we add the options in 4th parameters
we replace (BC) the "from" by the options and we modify the code of all notifiers to take account of this change
Description
Most of SMS providers allow some options in their API (like priority, encoding, sending date, short links, ...) and usually this options must be specifics to each SMS (not, globally, for all SMS sent)
Actually, only ChatMessage and PushMessage can have options. Recently (for 6.2), SmsMessage can have a "from" (#45987).
It would be interesting to have the possibility of adding additional options. I can propose a PR but I would like to know if:
Example
Before :
After :
The text was updated successfully, but these errors were encountered: