Skip to main content

Ouvre un mini serveur SMTP en local avec inbox dans une interface web.

Project description

Cette application est en cours de développement.

Elle permet de recevoir les emails envoyés lors de dévelopement local sur une interface web. L’avantage est de pouvoir lire plus facilement les messages envoyés que dans le terminal.

Initialement inspiré de python -m smtpd -n -c DebuggingServer localhost:1025 cette application utilise Tornado, smtpd.SMTPServer, sockjs et SQLite.

Requirements

Install

pip install pylocalsmtp

Run

Lancer la commande suivante :

pylocalsmtpd

  • Le serveur SMTP sera lancé en localhost sur le port 1025

  • Tornado sera lancé sur l’adresse : http://127.0.0.1:8888/

Plus d’options à venir.

LICENCE

The MIT License (MIT)

Copyright (c) 2013 Martyn CLEMENT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

CONTRIBUTION

Si cette idée vous plait ou vous déplait, vous pouvez contribuer. Les quelques idées à developper :

  • Passer des arguments à la commande (adresse/port smtp // tornado …)

  • Ecrire des tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylocalsmtp-0.3.0.tar.gz (14.6 kB view hashes)

Uploaded source

Built Distribution

pylocalsmtp-0.3.0-py2.py3-none-any.whl (19.9 kB view hashes)

Uploaded 2 7

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page