diff --git a/LICENSE b/LICENSE index 8dada3e..1257272 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2017 Hermes - Mathieu Cornic Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8521a97..bbf1cac 100644 --- a/README.md +++ b/README.md @@ -204,13 +204,13 @@ email := hermes.Email{ { // Key is the column name, Value is the cell value // First object defines what columns will be displayed - {Key: "Item", Value: "Node.js"}, - {Key: "Description", Value: "Event-driven I/O server-side JavaScript environment based on V8"}, + {Key: "Item", Value: "Golang"}, + {Key: "Description", Value: "Open source programming language that makes it easy to build simple, reliable, and efficient software"}, {Key: "Price", Value: "$10.99"}, }, { - {Key: "Item", Value: "Mailgen"}, - {Key: "Description", Value: "Programmatically create beautiful e-mails using plain old JavaScript."}, + {Key: "Item", Value: "Hermes"}, + {Key: "Description", Value: "Programmatically create beautiful e-mails using Golang."}, {Key: "Price", Value: "$1.99"}, }, }, diff --git a/examples/default/default.receipt.html b/examples/default/default.receipt.html index 074ab19..2d821ff 100644 --- a/examples/default/default.receipt.html +++ b/examples/default/default.receipt.html @@ -292,7 +292,7 @@ > - Node.js + Golang - Event-driven I/O server-side JavaScript environment based on V8 + Open source programming language that makes it easy to build simple, reliable, and efficient software - Mailgen + Hermes - Programmatically create beautiful e-mails using plain old JavaScript. + Programmatically create beautiful e-mails using Golang. + +
Firstname:
+
Jon
+ +
Lastname:
+
Snow
+ +
Birthday:
+
01/01/283
+ + + diff --git a/examples/default/default.welcome.txt b/examples/default/default.welcome.txt index 1e33cb1..bb711e1 100644 --- a/examples/default/default.welcome.txt +++ b/examples/default/default.welcome.txt @@ -1,6 +1,9 @@ Hi Jon Snow, Welcome to Hermes! We're very excited to have you on board. +Firstname: Jon +Lastname: Snow +Birthday: 01/01/283 To get started with Hermes, please click here: https://hermes-example.com/confirm?token=d9729feb74992cc3482b350163a1a010 diff --git a/examples/default/receipt.go b/examples/default/receipt.go index 2dbf347..edbaff7 100644 --- a/examples/default/receipt.go +++ b/examples/default/receipt.go @@ -21,13 +21,13 @@ func (r *Receipt) Email() hermes.Email { Table: hermes.Table{ Data: [][]hermes.Entry{ { - {Key: "Item", Value: "Node.js"}, - {Key: "Description", Value: "Event-driven I/O server-side JavaScript environment based on V8"}, + {Key: "Item", Value: "Golang"}, + {Key: "Description", Value: "Open source programming language that makes it easy to build simple, reliable, and efficient software"}, {Key: "Price", Value: "$10.99"}, }, { - {Key: "Item", Value: "Mailgen"}, - {Key: "Description", Value: "Programmatically create beautiful e-mails using plain old JavaScript."}, + {Key: "Item", Value: "Hermes"}, + {Key: "Description", Value: "Programmatically create beautiful e-mails using Golang."}, {Key: "Price", Value: "$1.99"}, }, }, diff --git a/screens/default/receipt.png b/screens/default/receipt.png index ffe2899..0d0d9e3 100644 Binary files a/screens/default/receipt.png and b/screens/default/receipt.png differ