Skip to main content

Simple tool to check the sending and receiving of e-mails.

Project description

MailRound

Docker Cloud Build Status Build Status PyPI version GitHub release GitHub tag (latest SemVer)

Simple tool to check the sending and receiving of e-mails.

You can use this tool to Check functionality of Mailservers (in and outgoing) If an error occurs during a connection check, the tool will inform you with the help of a webhook.

You can define Multiple Connections and which server send or recive the E-Mail. You can excatly define which server Send the test email and which should be received

Its also possible to use this tool on production Mailboxes. (The test E-mails are Automaticly deleted)

Use the docker-compose file to test this Application fast.

version: "3.2"

services:
  mailround:
    image: eieste/mailround:develop
    environment:
      MAILROUND_IN_IMAP_vps1_HOST: "examplemailserver.com"
      MAILROUND_IN_IMAP_vps1_PORT: 143
      MAILROUND_IN_IMAP_vps1_USE_SSL: true
      MAILROUND_IN_IMAP_vps1_USERNAME: "accuontusername"
      MAILROUND_IN_IMAP_vps1_PASSWORD: "randompassword"
      MAILROUND_IN_IMAP_vps1_EMAIL: "test@example.com"

      MAILROUND_OUT_SMTP_vps2_HOST: "examplemailserver.com"
      MAILROUND_OUT_SMTP_vps2_PORT: 143
      MAILROUND_OUT_SMTP_vps2_USE_SSL: true
      MAILROUND_OUT_SMTP_vps2_USERNAME: "accuontusername"
      MAILROUND_OUT_SMTP_vps2_PASSWORD: "randompassword"
      MAILROUND_OUT_SMTP_vps2_EMAIL: "test@example.com"

      MAILROUND_MAX_MAIL_RECEIVE_TIME: 60
      MAILROUND_ROUND: vps2:vps1
      MAILROUND_WEBHOOK_URL: "<FAAS>or<ROCKETCHAT> URL"

For more Assistance use my Documentation

Download files

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

Source Distribution

mailround-1.1.1.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file mailround-1.1.1.tar.gz.

File metadata

  • Download URL: mailround-1.1.1.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3

File hashes

Hashes for mailround-1.1.1.tar.gz
Algorithm Hash digest
SHA256 868dcb7f0113d1b294055c5107ab57338934205db18a2c7cef3f3fa18a7379df
MD5 8449fe4bfb1c5c66da61e3dfd91c19fb
BLAKE2b-256 dd4c42da6f9adc04ea2116232ce40d41975f944e244d658d85a3f1794de12634

See more details on using hashes here.

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