Link to home
Start Free TrialLog in
Avatar of hayward03
hayward03

asked on

SMS and ASP.NET

I have been asked to build a website that has a secure login area that has data being updated by a web admin. When new content has been added they would like the user to be sent a text automatically.

I was looking for some information on this and how hard it is to do for a person who is a immediate developer.

Any information would be great....I'm based in the UK.
Avatar of jkofte
jkofte
Flag of Türkiye image

It is not very hard.

You will need a partner company that sends bulk sms and buy mass SMS from them. They will provide you a dll and you will add reference of that dll to your application.

The dll will probably provide a function that needs fields like username, password, sender name, number to receive the text and text message.

You will fill them in, and send. That's it.
ASKER CERTIFIED SOLUTION
Avatar of adamnl
adamnl
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Marcin_Zawadzki
Marcin_Zawadzki

if you're part of the NHS, this can be done via the NHSMail server using standard email calls
Avatar of hayward03

ASKER

This put me in the right direction to get the information I needed