Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/submitEmail/template/verification.mail

Issue 5177883412660224: Issue 2234 - Add a WSGI controller to collect email addresses for the Adblock Browser iOS launch (Closed)
Patch Set: Added verification email template Created April 21, 2015, 3 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/submitEmail/__init__.py ('k') | sitescripts/submitEmail/web/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/submitEmail/template/verification.mail
===================================================================
new file mode 100644
--- /dev/null
+++ b/sitescripts/submitEmail/template/verification.mail
@@ -0,0 +1,29 @@
+To: {{ recipient|mime }}
+From: info@adblockplus.org
+Subject: Please confirm your Adblock Browser notification
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset="UTF-8"
+
+Hello,
+
+Thanks for signing up to get notified of the Adblock Browser iOS Beta Launch!
+Click the link below to verify your email address.
+{{ verification_url }}
+
+Ignore this email if you didn't sign up. If at any point you decide you no
+longer want to be notified, email info@adblockplus.org and we'll remove you
+from the notification list.
+
+
+The Adblock Plus Team
+
+Eyeo GmbH
+Im Klapperhof 7-23
+50670 Cologne, Germany
+
+E-mail: info@adblockplus.org
+Web: https://www.eyeo.com | https://www.adblockplus.org
+
+VAT-ID: DE279292414
+District Court Cologne: HRB 73508
+Managing Directors: Wladimir Palant & Till Faida
« no previous file with comments | « sitescripts/submitEmail/__init__.py ('k') | sitescripts/submitEmail/web/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld