webmailer

command module
v0.0.0-...-aaeb848 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2014 License: MIT Imports: 6 Imported by: 0

README

Webmailer

This is an app that send emails, it exposes 3 urls:

  • / index
  • /send send email that is POSTed
  • /thanks thank you page

Install

Download the webmailer code from github using go get

go get -u github.com/yml/webmailer

In a terminal set the environ variables required for the web mailer

export WEBMAILER_SMTP_USERNAME="username@gmail.com"
export WEBMAILER_SMTP_PWD="secret"
export WEBMAILER_SMTP_HOST="smtp.gmail.com"
export WEBMAILER_SMTP_PORT="587"
export WEBMAILER_HTTP_ADDR=":8080"

Start webmailer

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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