Developers

SDKs & Libraries

Official client libraries for integrating SMTP Wizard into your application.

🐍

Python

pip install lurstan-smtp

Coming soon
📦

Node.js

npm install @lurstan/smtp

Coming soon
🐘

PHP

composer require lurstan/smtp

Coming soon

In the meantime…

Use our REST API directly — it's simple and works with any HTTP library. See the API reference →

# Python example
import requests
r = requests.post("https://buildmysmtp.com/api/create-payment",
    json={"email": "you@example.com"})
print(r.json()["url"])  # redirect customer here

Want an SDK for your language? Email info@buildmysmtp.com