Browse Source

Merge pull request #13394 from abpframework/auto-merge/rel-5-3/1200

Merge branch rel-6.0 with rel-5.3
pull/13395/head
liangshiwei 4 years ago
committed by GitHub
parent
commit
299aac696f
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

@ -80,7 +80,7 @@ The given `SendAsync` method in the example is an extension method to send an SM
## NullSmsSender
`NullSmsSender` is a the default implementation of the `ISmsSender`. It writes SMS content to the [standard logler](Logging.md), rather than actually sending the SMS.
`NullSmsSender` is a the default implementation of the `ISmsSender`. It writes SMS content to the [standard logger](Logging.md), rather than actually sending the SMS.
This class can be useful especially in development time where you generally don't want to send real SMS. **However, if you want to actually send SMS, you should implement the `ISmsSender` in your application code.**

Loading…
Cancel
Save