ytrstu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Registration emails have text all on same line. Requires \n to <br /> conversion. May need to be fixed in other places. #291

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Emails are sent as text/html - but their line separators are \n. You either 
need to change the content type to text or use a new line to break parser on 
the contents of the message:

---
Content-Type: text/html; charset=ISO-8859-1

Hi, Roland Quast

You have filled registration form on the site http://test.com

---

See attached screenshot..

Original issue reported on code.google.com by roland.q...@gmail.com on 31 Jul 2010 at 2:26

Attachments:

GoogleCodeExporter commented 8 years ago
You may also want to make the charset UTF-8 for localization issues.

Original comment by roland.q...@gmail.com on 31 Jul 2010 at 2:30

GoogleCodeExporter commented 8 years ago

Original comment by kinyelo@gmail.com on 31 Jul 2010 at 5:42

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by kinyelo@gmail.com on 31 Jul 2010 at 6:59