How to Send a SMS Message in C# | Visual Studio 2019

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 33

  • @Havii
    @Havii 3 года назад +3

    I love the cam idea! Feels more interactive. Keep up the amazing work man, really really love this channel. Little note, perhaps add the commandline in the description since it was blocked by the cam. I know what you said but in case for others!
    Also if that's your real real phone number, u might wanna blur it haha

    • @ShaunHalverson
      @ShaunHalverson  3 года назад +1

      Thank you for always leaving positive feedback! Really keeps me motivated!

  • @MahaAllani
    @MahaAllani 7 месяцев назад

    thank you for ur video but you don t need any libaries for twilio??

  • @anhtuanppoi8448
    @anhtuanppoi8448 10 месяцев назад

    Thanks Shaun Halverson!

  • @or44
    @or44 2 года назад +1

    perfecttt :) this is working . thank you very much

  • @creneemugo94
    @creneemugo94 2 года назад +1

    I thought you were going to teach us how to do it ourselves without a third party app in 10 min. I thought too good to be true. If we wanted to do it ourselves from scratch, I have no idea where to begin.. is there a book you can recommend?

  • @graphictech4727
    @graphictech4727 Год назад

    in the last video ,,how can I response when i receive notification. I want to this practical plz help

  • @aaronearcibal9433
    @aaronearcibal9433 2 года назад

    Can you put this into a system? With a form and connected through multiple phone numbers?

  • @amritbirsingh
    @amritbirsingh Год назад

    How I get input from user through selection list and include input from user collected through selection list and send sms by using visual studio

  • @antonios5174
    @antonios5174 2 года назад +1

    Nice video, thanks! The environment variables are not necessary anymore btw.

  • @lilibieberman
    @lilibieberman 3 года назад +2

    tnx for the video!!

  • @graphictech4727
    @graphictech4727 Год назад

    i received notification but can I response message .

  • @yasarismetylmaz550
    @yasarismetylmaz550 2 года назад

    How can we turn this system into an sms verification system with 2 factor verification?

  • @brightscript
    @brightscript 3 года назад +1

    how can I send anther language text message like Persian or anther

    • @ShaunHalverson
      @ShaunHalverson  3 года назад

      Oooooo really good question. I won't lie to you, I am completely unsure how to do that. I'd try googling something like "Sent SMS Message in Persian C#" or something along those lines.

  • @southeanehem5707
    @southeanehem5707 3 года назад +1

    Is it available globally or in some countries?

    • @ShaunHalverson
      @ShaunHalverson  3 года назад

      I’m pretty sure it’s available in most countries

  • @daveagapay1883
    @daveagapay1883 Год назад

    Can I send mesage to country PH numbers?

  • @lighton9451
    @lighton9451 8 месяцев назад

    is it free?

  • @amritbirsingh
    @amritbirsingh Год назад

    Free sms api is limited how I able to sent unlimited sms free by using visual studio

  • @Laugny
    @Laugny 3 года назад +1

    so when i upgrade i can send unlimited messages?

    • @ShaunHalverson
      @ShaunHalverson  3 года назад +1

      Hi Laugny! I believe that is the case. If you upgrade to the unlimited, instead of having a messaging cap you get to send unlimited SMS messages to wherever you want and whenever you want.

    • @Laugny
      @Laugny 3 года назад +1

      @@ShaunHalverson Ok thanks for the response, but i have read that you have to add Funds to your account and for every message you pay like 0.07 $ or so, and i also didnt find any packages tp upgrade. But anyways thanks :)

    • @ShaunHalverson
      @ShaunHalverson  3 года назад

      @@Laugny ahhh crap that actually sucks! Ehh it’s at least fun to try it out and say you did it lol. If you ever really need to text a lot of people you might have to use something else for that

  • @amritbirsingh
    @amritbirsingh Год назад

    Kindly share source code

  • @Alex-nk5xv
    @Alex-nk5xv 2 года назад +1

    Why do I get a null ref exception at the "Console.WriteLine(message.Sid)" ?

    • @ShaunHalverson
      @ShaunHalverson  2 года назад +1

      Either your message object isn’t defined or it didn’t work and the Sid came back null and when it tried to print it was empty. But can you send your code and maybe I can take a look?

    • @Alex-nk5xv
      @Alex-nk5xv 2 года назад +1

      @@ShaunHalverson I've already fixed it. It was just a problem with my remote desktop at work. Now I tried it on my private computer and it is working without any problems :D But thank you for your fast answer

    • @ShaunHalverson
      @ShaunHalverson  2 года назад

      @@Alex-nk5xv awesome! And no problem :)