Fix `from` e-mail ID in dummy campaign on install
This commit is contained in:
parent
0cb14422cf
commit
533caf894b
|
@ -91,7 +91,7 @@ func install(app *App, qMap goyesql.Queries) {
|
||||||
if _, err := q.CreateCampaign.Exec(uuid.NewV4(),
|
if _, err := q.CreateCampaign.Exec(uuid.NewV4(),
|
||||||
"Test campaign",
|
"Test campaign",
|
||||||
"Welcome to listmonk",
|
"Welcome to listmonk",
|
||||||
"noreply@yoursite.com",
|
"No Reply <noreply@yoursite.com>",
|
||||||
`<h3>Hi {{ .Subscriber.FirstName }}!</h3>
|
`<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 }}.`,
|
This is a test e-mail campaign. Your second name is {{ .Subscriber.LastName }} and you are from {{ .Subscriber.Attribs.city }}.`,
|
||||||
"richtext",
|
"richtext",
|
||||||
|
|
Loading…
Reference in New Issue