this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 163 B view raw
1#!/bin/sh 2 3curl --url "smtp://localhost:2525" \ 4 --mail-from "sender@example.com" \ 5 --mail-rcpt "email@smallweb.localhost" \ 6 --upload-file email.txt