Categorygithub.com/chinglinwen/maild
modulepackage
1.0.2
Repository: https://github.com/chinglinwen/maild.git
Documentation: pkg.go.dev

# README

maild

mail http service

Usage

Usage of ./maild:
  -from string
        from (default=user)
  -p string
        listening port (default "3001")
  -pass string
        smtp pass
  -port int
        smtp port (default 25)
  -smtpaddr string
        smtp address
  -user string
        smtp user

Demo

./maild -smtpaddr your_smtpaddress -pass your_password -user [email protected]

curl -s -F receiver="[email protected]" -F subject="hello" -F body="body text" localhost:3001