local-motion / product

Apache License 2.0
2 stars 1 forks source link

Email Content for 'Join Playground Invitation', etc #373

Closed AnandAili closed 5 years ago

AnandAili commented 5 years ago

Email Content for the following Emails

AnandAili commented 5 years ago

@maxvisser, we are done with little POC on sending emails and creating different templates using AWS SES. Could you please write email content for the above points?

maxvisser commented 5 years ago

Let's implement it with some placeholder text first. I will bundle these content questions for the content writer, so she can do it all at once.

maxvisser commented 5 years ago

This will also help me see the interaction and what type of content is needed for each of your bullet points; I can guess how it should work

maxvisser commented 5 years ago

send them in technical channel

maxvisser commented 5 years ago

Verification mail

<html>
<head>
</head>
<body>

<p>Beste # username #, </p>

<p>U wordt verzocht uw e-mailadres te verifieren om uw Rookvrijspelen-account te activeren.</p>

<p>Deze koppeling verloopt over 24 uur. Als de knop is verlopen, vraagt u een nieuwe verificatiemail aan.</p>

<p>We hebben een verzoek ontvangen voor een Rookvrijspelen-account die is gekoppeld aan dit e-mailadres. Als dit verzoek niet van u afkomstig is, dient u een hulpverzoek in of stuurt u een e-mail naar abuse@rookvrijspelen.nl.

<p>Hartelijk bedankt, <br />
    Rookvrijspelen.nl</p>
</body>
</html>

Notifications on chat

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
</head>
<body>
<p>Er staan # count # berichten voor jou klaar in de chatbox op de actiepagina van:</p>
<p># playground #</p>
<br/>
<p><button>Naar de actiepagina</button></p>

<p>Hartelijk bedankt, <br />
    Rookvrijspelen.nl</p>
</body>
</html>

Playground invite

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
</head>
<body>
<h1>Help je mee met het rookvrij maken van mijn speeltuin?</h1>
<p>Beste # invitee #,</p>
<p>U bent uitgenodigd door # invitedBy # om deel te nemen aan een actie om een speeltuin rookvrij te maken. Het gaat om:</p>
<p># playground #</p>
<p> De actiepagina is te vinden op:</p>
<p> <a href="# link #"># link #</a> </p>

<p>Hartelijk bedankt, <br />
    Rookvrijspelen.nl</p>
</body>
</html>

Activity on playground from a teammember

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
</head>
<body>
<p>Beste # username #</p>
<br />
<p>Teamlid # name # heeft een stap volbracht in het rookvrij maken van # playground #.</p>
<br />
<p><button>Bekijk de actiepagina</button></p>
<br/>
<p>Hartelijk bedankt, <br />
    Rookvrijspelen.nl</p>
</body>
</html>