Skip to main content

Template 1

emails: [
{
subject: 'This is the preheader for template one',
preheader: "This is the preheader for template one",
elements: [
{ group: {
style: "margin-bottom: 25px;",
elements: [
{ title: { text: "Heading" } },
{ image: { src: "https://images.unsplash.com/photo-1533435384065-01b6e7455972?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b7d3efe9f0293c406367d5526b0e5d4b&auto=format&fit=crop&w=2689&q=80"} },
{ p: { text: "Here is some supporting text" } },
{ button: { text: "Button", href: "https://localhost:3000/users/me/" } },
],
}
},
{ group: {
style: "margin-bottom: 25px;",
elements: [
{ title: { text: "Heading", style: "text-align: left;" } },
{ image: { src: "https://images.unsplash.com/photo-1533435384065-01b6e7455972?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b7d3efe9f0293c406367d5526b0e5d4b&auto=format&fit=crop&w=2689&q=80"} },
{ p: { text: "Here is some supporting text" } },
{ button: { text: "Button", href: "https://localhost:3000/users/me/" } },
],
}
},
{ group: {
elements: [
{ title: { text: "Heading", style: "text-align: left;" } },
{ image: { src: "https://images.unsplash.com/photo-1533435384065-01b6e7455972?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b7d3efe9f0293c406367d5526b0e5d4b&auto=format&fit=crop&w=2689&q=80"} },
{ p: { text: "Here is some supporting text" } },
{ button: { text: "Button", href: "https://localhost:3000/users/me/" } },
],
}
},
],
},
]