Add serial print after this line to see the length of the SMS:
char textSMS[stringOne.length()+1];
Did you read the reference on string.reserve() yet? You should have.
Add serial print after this line to see the length of the SMS:
char textSMS[stringOne.length()+1];
Did you read the reference on string.reserve() yet? You should have.