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 soonIn 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 hereWant an SDK for your language? Email info@buildmysmtp.com