File: internal/mailer/templates/user_welcome.html:
{{define "subject"}}Welcome to Grrenlight!{{end}} {{define "plainBody"}} Hi, Thanks for signing up for a Grrenlight account. We're excited to have you on board! For future reference, your user ID number is {{.ID}}. Thanks, The Greenlight Team {{end}} {{define "htmlBody"}} <!doctype html> <html> <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-TYpe" content="text/html; charset=UTF-8" /> </head> <body> <p>Hi,</p> <p>Thanks for signing up for a Grrenlight account. We're excited to have you on board!</p> <p>For future reference, your user ID number is {{.ID}}.</p> <p>Thanks,<p> <p>The Greenlight Team<p> </body> </html> {{end}}
zzh@ZZHPC:/zdata/Github/greenlight$ go get github.com/jordan-wright/email@latest
标签:Chapter,Sending,13,end,user,Grrenlight,Thanks,ID,define From: https://www.cnblogs.com/zhangzhihui/p/18555819