gomailctl

command module
v0.0.0-...-73dfd4b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2020 License: MIT Imports: 1 Imported by: 0

README

gomailctl

Simple email smtp CLI written in go.

Usage

mime=$(cat << EOF
From: me@myself.com
To: you0@yourself.com
Subject: Hello you from me

hello world
EOF
)


go run main.go -s smtpserver:25 --from me@myself.com --recipient you@yourself.com -username user --password supersecret -c "$mime"

Todo

  • have run without ssl
  • create go build

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL