Skip to content

Commit

Permalink
fixed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Dec 15, 2024
1 parent 97081ed commit 5621d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ func SendSimpleMessage(domain, apiKey string) (string, error) {
func SendTaggedMessage(domain, apiKey string) (string, error) {
mg := mailgun.NewMailgun(domain, apiKey)
m := mailgun.NewMessage(
domain,
"Excited User <YOU@YOUR_DOMAIN_NAME>",
"Hello",
"Testing some Mailgun awesomeness!",
Expand Down

0 comments on commit 5621d00

Please sign in to comment.