-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dmitry Romashov edited this page Jan 17, 2019
·
6 revisions
You can save your money :-)
This tool can be used for testing of sms or email sending. You can send messages in FakeSender INSTEAD of real sender or gateway in test environment of your application.
git clone https://github.com/FrameBassman/fake-sender
cd fake-sender/FakeSender.Api
dotnet run
or just use docker image from hub.docker.com
Navigate to http://localhost:5050 (if you run it by dotnet) or http://%your docker ip%:5050, and you can see the following:
This is swagger of FakeSender Api. You can push some message (like sms or email) via this swagger UI via HTTP POST method. FakeSender saves you message. You can get this message via HTTP GET method.
Type | Service |
---|---|
sms | SMS.RU |
to be continued.. |