Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mailmug/zigmailer

Create custom SMTP servers on the fly
https://github.com/mailmug/zigmailer

Last synced: 2 months ago
JSON representation

Create custom SMTP servers on the fly

Awesome Lists containing this project

README

        

# zigmailer

Create custom SMTP servers on the fly.

## Configuration

#### How to start?

Download the repository
```
git clone [email protected]:mailmug/zigmailer.git
```

```zig
zig build run
```

## How To Test

Execute the following command

```
curl \
--url 'smtp://localhost:2525' \
--user '[email protected]:password' \
--mail-from '[email protected]' \
--mail-rcpt '[email protected]' \
--upload-file testmail.txt
```

## Badges

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Feedback

If you have any feedback, please reach out to us at [email protected]