Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scorpionknifes/smtp-to-ftp-server
- Owner: scorpionknifes
- Created: 2021-02-06T07:04:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T12:52:23.000Z (over 3 years ago)
- Last Synced: 2024-05-01T15:49:47.864Z (7 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 receivedFTP_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.