Skip to content

Commit

Permalink
logo rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Nov 30, 2023
1 parent f263ad8 commit 7465df6
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions README.md
@@ -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>
Expand All @@ -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

Expand Down
Binary file modified web/favicon.ico
Binary file not shown.
Binary file added web/imgs/logo-200.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/imgs/logo-300.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/imgs/logo-400.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/imgs/logo-50.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/imgs/logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/imgs/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/imgs/logo_300.png
Binary file not shown.
Binary file removed web/imgs/logo_300_light.png
Binary file not shown.
Binary file removed web/imgs/logo_300_roundbg.png
Binary file not shown.
2 changes: 1 addition & 1 deletion web/templates/index.html.php
Expand Up @@ -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; ?>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/intro.html
@@ -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>
Expand Down

0 comments on commit 7465df6

Please sign in to comment.