Closed GoogleCodeExporter closed 8 years ago
I think the problem is here:
http://code.google.com/p/pleft/source/browse/plapp/__init__.py?spec=svn15de644be
13407b70eb3571c2855b7ffa54a1d3a&r=12fbb9bfd4b2098a986b5f518bb0e21945c994a0#51
Change
'to': '%s <%s>' % (name, address),
into
'to': '"%s" <%s>' % (name, address),
This needs testing.
Original comment by sander.d...@gmail.com
on 29 Jun 2011 at 2:23
Original comment by sander.d...@gmail.com
on 27 Nov 2011 at 4:04
Original issue reported on code.google.com by
sander.d...@gmail.com
on 29 Jun 2011 at 2:20