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

Unified Diff: sitescripts/formmail/template/eyeo.mail

Issue 6246174612783104: Issue 535 - Contact form cannot deal with commas in sender`s name (Closed)
Patch Set: Created May 22, 2014, 8:13 a.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 | « no previous file | sitescripts/reports/bin/mailDigests.py » ('j') | sitescripts/templateFilters.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/formmail/template/eyeo.mail
===================================================================
--- a/sitescripts/formmail/template/eyeo.mail
+++ b/sitescripts/formmail/template/eyeo.mail
@@ -1,7 +1,7 @@
To: info@eyeo.com
-From: {{name|mime}} <{{email|mime}}>
+From: {{(name,email)|emailaddr|mime}}
Subject: {{subject|mime}} (via Contact form)
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
{{message}}
« no previous file with comments | « no previous file | sitescripts/reports/bin/mailDigests.py » ('j') | sitescripts/templateFilters.py » ('J')

Powered by Google App Engine
This is Rietveld