Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scorpionknifes/smtp-to-ftp-server

Simple SMTP server to store attachments from email feeds
https://github.com/scorpionknifes/smtp-to-ftp-server

Last synced: 1 day ago
JSON representation

Simple SMTP server to store attachments from email feeds

Awesome Lists containing this project

README

        

# SMTP to FTP server

Got annoyed that some companies feeds use email and doesn't have a ftp option so decided to create a SMTP server just to convert their feeds (attachments) to FTP.

## Setup

Rename `example.env` to `.env`

```bash
EMAIL_SUFFIX="[email protected]" # only matching email suffix can be received

FTP_SERVER="localhost:21" # ftp server (recommend using local server)
FTP_USERNAME="username"
FTP_PASSWORD="password"
```

Setup SMTP server on 25 port and MX for domain DNS.