Browse Source

Update docs/en/SMS-Sending.md

Co-authored-by: Qingxiao Ren <rqx110@163.com>
pull/8510/head
Ahmet Çotur 5 years ago
committed by GitHub
parent
commit
e6c88b6eaf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/SMS-Sending.md

2
docs/en/SMS-Sending.md

@ -75,7 +75,7 @@ namespace MyProject
The given `SendAsync` method in the example is an extension method to send sms with primitive paremeters, it basicly creates `SmsMessage` object and pass it. You can also use the default `SendAsync` method which requires `SmsMessage` object.
> `IEmailSender` is the suggested way to send emails, since it makes your code provider independent.
> `ISmsSender` is the suggested way to send SMS, since it makes your code provider independent.
## SmsMessage

Loading…
Cancel
Save