You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**PandaTech.Communicator** is aimed to send Email and SMS messages to the clients of your service where you use this library.
@@ -191,10 +194,109 @@ The configuration options in `appsettings.json` and `program.cs` (priority) are
191
194
-**EmailFake:** This setup is for fake Email service to be used which doesn't send real SMS messages and just return `TTask.CompletedTask`.
192
195
-**EmailConfigurations:** Email configurations given by `appsettings.json` or via `builder.AddCommunicator()` options for Email.
193
196
194
-
## 1.5. Limitations
197
+
## 1.5. Usage
198
+
199
+
In order to use the library, you need to generate `SmsMessage` or `EmailMessage` and use one of the interfaces mentioned above for the service you need to use.
Sms service return as well response for each service individually (Not generic), which can be used in the code if you need to store related information into the Database.
262
+
263
+
The responses are:
264
+
-**DexatelSmsSendResponse**
265
+
-**TwilioSmsSendResponse**
266
+
267
+
Both responses return with list (ex. List<GeneralSmsResponse>) when you use any of the methods to send sms.
0 commit comments