// For the purpose of testing the code, we put the SMS recipient number in the environment variable. // Feel free to set the SMS recipient directly. RECIPIENT = Environment.GetEnvironmentVariable("SMS_RECIPIENT");
I’m using this code (c#). Can I send to group? I need to send to several phone numbers.