kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Email to merchant fails #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
During the checkout, the mail to the merchant is rejected by the server
(SMTPSenderRefused exception).

I think this is caused by making the merchant_new_order_template variable
an HTML encoded string (Products.PloneGetPaid.notifications.py, line 38).
This results in a message with e.g. 'From: "Foo"
&lt;bar@example.com&gt;' instead of 'From: "Foo" <bar@example.com>'. 

Making the merchant_new_order_template an ordinary string seems to solve
the problem.

Original issue reported on code.google.com by mark.van...@edition1.nl on 19 Dec 2007 at 2:06

GoogleCodeExporter commented 8 years ago
Thanks for the details on this!

Original comment by cjj.ifpe...@gmail.com on 13 Feb 2008 at 4:23

GoogleCodeExporter commented 8 years ago

Original comment by cjj.ifpe...@gmail.com on 4 Apr 2008 at 3:02

GoogleCodeExporter commented 8 years ago
I don't think this is still valid.

Original comment by lucielej...@gmail.com on 30 Dec 2008 at 9:33

GoogleCodeExporter commented 8 years ago

Original comment by lucielej...@gmail.com on 15 May 2009 at 8:34