Skip to content

Commit

Permalink
MailCatcher foundation app (#641)
Browse files Browse the repository at this point in the history
* Create .gitkeep

* MailCatcher foundation app

* added logo
  • Loading branch information
rand82 committed Feb 16, 2024
1 parent 9887009 commit 1e11e73
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions MailCatcher/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions MailCatcher/MailCatcher.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\MailCatcher;

class MailCatcher extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions MailCatcher/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "4a5b795ca9f458e1454f96facf11c623d92d1659",
"name": "MailCatcher",
"website": "https://mailcatcher.me/",
"license": "MIT License",
"description": "MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far.",
"enhanced": false,
"tile_background": "dark",
"icon": "mailcatcher.png"
}
Binary file added MailCatcher/mailcatcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e11e73

Please sign in to comment.