Skip to content
Dmitry Romashov edited this page Jan 17, 2019 · 6 revisions

Welcome to the fake-sender wiki!

Why?

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.

How to run:

git clone https://github.com/FrameBassman/fake-sender
cd fake-sender/FakeSender.Api
dotnet run

or just use docker image from hub.docker.com

How to use:

Navigate to http://localhost:5050 (if you run it by dotnet) or http://%your docker ip%:5050, and you can see the following:

FakeSender swagger

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 List of emulations of real services
sms SMS.RU
to be continued..
Clone this wiki locally