mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
.. | ||
templates/smtp | ||
__init__.py | ||
config.json | ||
crud.py | ||
migrations.py | ||
models.py | ||
README.md | ||
smtp.py | ||
tasks.py | ||
views_api.py | ||
views.py |
SMTP Extension
This extension allows you to setup a smtp, to offer sending emails with it for a small fee.
Requirements
- SMTP Server
Usage
- Create new emailaddress
- Verify if email goes to your testemail. Testmail is send on create and update
- enjoy
API Endpoints
- Emailaddresses
- GET /api/v1/emailaddress
- POST /api/v1/emailaddress
- PUT /api/v1/emailaddress/<domain_id>
- DELETE /api/v1/emailaddress/<domain_id>
- Emails
- GET /api/v1/email
- POST /api/v1/email/<emailaddress_id>
- GET /api/v1/email/<payment_hash>
- DELETE /api/v1/email/<email_id>