sending sms from java web app using aws sns

后端 未结 4 1878
星月不相逢
星月不相逢 2021-02-10 18:50

A user will create an account on my web app. The app will need to authenticate the user by sending a text message to the mobile phone number that the user provides. The text m

4条回答
  •  后悔当初
    2021-02-10 19:00

    Individual SMS/MMS messaging is outside the apparent use cases of AWS SNS.

    If you need to send proper SMS/MMS text messages to arbitrary phone numbers, you'll need to turn to other platforms, such as Twilio or Bandwidth.

提交回复
热议问题