logo rebranding

This commit is contained in:
Chris 2023-11-30 09:57:37 +01:00
parent f263ad8b2a
commit 7465df6be1
13 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,6 @@
<p align="center">
<a href="" rel="noopener">
<img height=200px src="https://raw.githubusercontent.com/HaschekSolutions/opentrashmail/master/web/imgs/logo_300_roundbg.png" alt="Open Trashmail"></a>
<img height=200px src="https://raw.githubusercontent.com/HaschekSolutions/opentrashmail/master/web/imgs/logo-200.png" alt="Open Trashmail"></a>
</p>
<h1 align="center">Open Trashmail</h1>
@ -23,19 +23,25 @@
</div>
![Screenshot of Open Trashmail](https://pictshare.net/9tim7k.png)
![Screenshot of Open Trashmail](https://pictshare.net/7w1iwf.png)
# [Changelog](/CHANGELOG.md)
# Features
- Python-powered mail server that works out of the box for any domain you throw at it
- RSS feed for every email address
- JSON API for integrating it in your own projects. Can be used to automate 2fa emails
- `RSS feed` for every email address
- `JSON API` for integrating it in your own projects. Can be used to automate 2fa emails
- Handles attachments
- Web interface to manage emails
- Generates random email addresses
- Supports `Plaintext`, `STARTTLS` and `TLS on connect`
- Web interface
- Automatic dark/light mode switcher
- Download attachments
- Delete emails
- Generate random email addresses
- View server logs and list all accounts as admin
- 100% file based, no database needed
- Can be used as Email Honeypot or to programmatically solve 2fa emails
- No need to pre-create email addresses. Any valid email address can be sent to
# General API calls and functions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 16 KiB

BIN
web/imgs/logo-200.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
web/imgs/logo-300.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
web/imgs/logo-400.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

BIN
web/imgs/logo-50.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
web/imgs/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View file

@ -13,7 +13,7 @@
<body>
<div class="topnav" id="OTMTopnav">
<a href="/"><img src="/imgs/logo_300_light.png" width="50px" /> Open Trashmail <small class="version"><?=getVersion()?></small></a>
<a href="/"><img src="/imgs/logo-50.png" width="50px" /> Open Trashmail <small class="version"><?=getVersion()?></small></a>
<a><input id="email" hx-post="/api/address" hx-target="#main" name="email" type="email" style="margin-bottom:0px" hx-trigger="input changed delay:500ms" placeholder="email address" aria-label="email address"></a>
<a href="/random" hx-get="/api/random" hx-target="#main"><i class="fas fa-random"></i> Generate random</a>
<?php if($settings['SHOW_ACCOUNT_LIST']): ?><a href="/listaccounts" hx-get="/api/listaccounts" hx-target="#main" hx-push-url="/listaccounts"><i class="fas fa-list"></i> List accounts</a><?php endif; ?>

View file

@ -1,5 +1,5 @@
<div class="text-center">
<img src="/imgs/logo_300_roundbg.png" alt="OpenTrashmail Logo">
<img src="/imgs/logo-300.png" alt="OpenTrashmail Logo">
<h1>Welcome to OpenTrashmail</h1>
<p><a href="https://github.com/HaschekSolutions/opentrashmail" target="_blank" role="button" class="secondary"><i class="fab fa-github"></i> View on Github</a></p>
<p>OpenTrashmail is an open source, selfhostable, disposable email service that helps you protect your privacy online. With OpenTrashmail, you can create your own trashmail addresses using your own domain, subdomain or wildcard domain</p>