diff options
author | Steve <nilslice@gmail.com> | 2016-12-06 15:24:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 15:24:36 -0800 |
commit | f39c1519ab382a343c05163f00f38c83bff3583d (patch) | |
tree | 254f75834f2cb787179f7880b0063e667d8ad234 /cmd/ponzu/vendor/github.com/nilslice/email/README.md | |
parent | 5527117e706114c1188afaa10188d96170874047 (diff) | |
parent | 64050ef8065bccdef0aab1748040995c637fe9ed (diff) |
Merge pull request #19 from bosssauce/ponzu-dev
[core] Added account recovery process and content pagination in admin UI
Diffstat (limited to 'cmd/ponzu/vendor/github.com/nilslice/email/README.md')
-rw-r--r-- | cmd/ponzu/vendor/github.com/nilslice/email/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/vendor/github.com/nilslice/email/README.md b/cmd/ponzu/vendor/github.com/nilslice/email/README.md index 323004c..190c61f 100644 --- a/cmd/ponzu/vendor/github.com/nilslice/email/README.md +++ b/cmd/ponzu/vendor/github.com/nilslice/email/README.md @@ -19,7 +19,7 @@ import ( func main() { msg := email.Message{ To: "you@server.name", // do not add < > or name in quotes - From: "Name <me@server.name>", // ok to format in From field + From: "me@server.name", // do not add < > or name in quotes Subject: "A simple email", Body: "Plain text email body. HTML not yet supported, but send a PR!", } |