SkillAgentSearch skills...

Mailthing

email server that catches and displays all incoming email

Install / Use

/learn @ericjohney/Mailthing
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mailthing

Mailthing is a development SMTP mail server catches all emails and displays them in an easy to see UI! Mailthing is perfect for running on your development machine to test and debug messages sent from your web application you're working on.

Just configure your application to use mailthing's smtp server, then just load up mailthing's web interface to see your emails. Easy!

Installation

$ yarn install

Running

Use this when running in production mode

$ yarn build
$ yarn start

Developing

This will start the development server and reload changes

$ yarn dev

Configuration

Uses the following Environment Variables

  • PORT (default: 9005) - the ui webserver listens to this port
  • SMTP_PORT (default: 2500) - the smtp server runs on this port
  • SQLITE_DB (default: ':memory:') - set to a filesystem path to persist messages to disk

Set your application to use mailthing's SMTP server. The default port is 2500. It will accept any authentication.

localhost:2500
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

TypeScript

Security Score

60/100

Audited on Jun 23, 2024

No findings