Quickly send customized SMS messages to multiple recipients.- reads an XML file with specified SMS messages and enables the user to send them in one batch- open XML file as mail attachment or as a file (e.g. from Google Drive)- does not access nor interfere with the contacts on your device- each SMS maintains a status of "Sent" and "Delivered" for reliabilityThe XML file must have the following format (replace [] with <>):[MESSAGELIST] [MESSAGE] [NAME]recipient_name[/NAME] [MSISDN]recipient_ms
isdn[/MSISDN] [BODY]sms text goes here[/BODY] [/MESSAGE] [MESSAGE] [NAME]Johnny Be Good[/NAME] [MSISDN]+4512345678[/MSISDN] [BODY]Please be good :-)[/BODY] [/MESSAGE][/MESSAGELIST]
... moreless ...