Test endpoints locally
Last updated
Last updated
Simplemail currently does not support send request to local url by passing it to callback_url
. In order to test email service, you may have to setup it locally.
Local environment requirements
Typescript installed at your device
Redis server installed at your device
Clone the repo from
Since this is running on your local device, instead of calling the remote API endpoints, you may send request to localhost to send email.
Once you are done with testing at development, then in your server you may change the send email endpoints to the remote API endpoints in your production server.