GithubHelp home page GithubHelp logo

buehlerfabian / iservmail Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16 KB

A simple local web server that sends incoming emails via the Iserv webmail interface. It can be used when STMP access is blocked in the Iserv configuration.

License: MIT License

Python 100.00%
iserv python

iservmail's Introduction

IServ-Mail

A simple local web server that forwards incoming emails via the Iserv webmail interface. It can be used when STMP access is blocked in the Iserv configuration.

Configuration

Create a file named config.py with your Iserv credentials:

iserv_username = 'my.username'
iserv_password = 'MyPassword'
iserv_url = 'https://iserv-url.xyz'
iserv_allowed_domain = 'iserv-url.xyz'

The Iserv installation at my school only allows sending mails to internal addresses, i.e. to other Iserv users. iserv_allowed_domain specifies the valid domain, mails to other domains will be rejected. Currently this feature cannot be disabled.

Additional configuration for tests

If you want to run the development tests, create an additional config file named config_tests.py:

iserv_full_username = 'My Name'
iserv_address_for_test = '[email protected]'
outside_address_for_test = '[email protected]'

Them mail to the address specified under outside_address_for_test is currently rejected, but that will likely change in the future. So you may want to specify one of your own email addresses here.

iservmail's People

Contributors

buehlerfabian avatar

Watchers

 avatar

iservmail's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.