I’m trying to add Twilio for the SMS provider on my application, but I’m getting the following error on this line:
SendSmsMessage => twilio.**SendSmsMessage**(Keys.SMSAccountFrom, message.Destination, message.Body);
TwilioRestClient does not contain a definition for SenSmsMessage and no extension method SenSmsMessage accepting a first argument of type TwilioRestClient coul be found (are you missing a using directive or an assembly reference?)
I’m working on visual Studio 2017, C#, Mvc 5, have installed Twilio 5.4.0 and Twilio.Asp.Mvc 5.1
Can you please help?