Skip to content

Commit

Permalink
update welcome email
Browse files Browse the repository at this point in the history
  • Loading branch information
klyburke committed Sep 4, 2018
1 parent ba99c68 commit 1451134
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions api/server/models/EmailTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,22 @@ async function insertTemplates() {
subject: 'Welcome to SaaS by Async',
message: `{{userName}},
<p>
Thanks for signing at our <a href="https://github.com/async-labs/saas" target="blank">SaaS boilerplate</a>!
<br/>
Thanks for signing up on our <a href="https://github.com/async-labs/saas" target="blank">SaaS boilerplate</a>!
<br/>
Note that any data you save on the demo app will be deleted after 30 days.
</p>
<li>
If you found our SaaS boilerplate useful,
please remember to <a href="https://github.com/async-labs/saas" target="blank">star our repo</a>.
</li>
<li> If you're learning how to build your own web app,
check out our <a href="https://builderbook.org/book" target="blank">book</a>.
</li>
<li>
If you want to hire our team to help you build SaaS product,
please apply using this <a href="https://goo.gl/forms/fnt6CkOOsaSUilIC3" target="blank">form</a>.
</li>
<p>
<a href="https://youtu.be/QiLXx-0W8Q4?t=1m7s" target="blank">We hope you don't like pain</a>.
We used our SaaS boilerplate to build
<a href="https://async-await.com" target="blank">Async</a>,
a communication and project management tool for small teams of software engineers.
<br/>
If you're learning how to build your own web app or SaaS product, check out our
<a href="https://builderbook.org/book" target="blank">book</a>.
</p>
<p>
If you want to hire our team to help you build a SaaS product, please apply using this
<a href="https://goo.gl/forms/fnt6CkOOsaSUilIC3" target="blank">form</a>.
</p>
Kelly & Timur, Team Async
`,
},
Expand Down

0 comments on commit 1451134

Please sign in to comment.