Hi all,
I am using dotnetnuke version 7.4 currently. What I want to achieve is send SMS to a user on his/her registered number. I would like to use a method similar to the way we send an Email to user using
DotNetNuke.Services.Mail.Mail Mail.SendEmail("to", "from", "body", "SUBJECT");
So basically do we have something like
DotNetNuke.Services.SMS and a function like SMS.SendSMS(number, strBodyContent);
Or is there some other way to achieve this ?
Please let me know if my question is not clear. Apologies if it's a repeated question. Any responses will be helpful. Thanks in advance for your time :) !