mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
Fix from
e-mail ID in dummy campaign on install
This commit is contained in:
parent
0cb14422cf
commit
533caf894b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ func install(app *App, qMap goyesql.Queries) {
|
|||
if _, err := q.CreateCampaign.Exec(uuid.NewV4(),
|
||||
"Test campaign",
|
||||
"Welcome to listmonk",
|
||||
"noreply@yoursite.com",
|
||||
"No Reply <noreply@yoursite.com>",
|
||||
`<h3>Hi {{ .Subscriber.FirstName }}!</h3>
|
||||
This is a test e-mail campaign. Your second name is {{ .Subscriber.LastName }} and you are from {{ .Subscriber.Attribs.city }}.`,
|
||||
"richtext",
|
||||
|
|
Loading…
Reference in a new issue