public final class DefaultOvhSmsConfigurer extends Object
MessagingBuilder
instance is created through MessagingBuilder.standard()
.
The configurer has a priority of 20000 in order to be applied after templating configurers, email configurers and SMPP configurer.
This configurer is always applied but sender is only used if OVH URL, account, username and password are defined.
This configurer inherits environment configuration (see
BuildContext
).
This configurer applies the following configuration:
SmsCoding
): 1 for 7bit encoding, 2 for 16bit
encoding (Unicode). If you use Unicode, your SMS will have a maximum size of
70 characters instead of 160. If nothing specified, auto-detection is used.
Set this property if you want to force SmsCoding
value.Copyright © 2021. All rights reserved.