Forums / Developer / E-mail headers
Christian Lundvang
Wednesday 30 June 2004 12:11:15 am
This appears on my feedback form. How do I remove it?
Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: eZ publish, Version 3.3-4 Message-Id: <20040629150803.18A4C1E36@localhost> Date: Tue, 29 Jun 2004 17:08:03 +0200 (CEST) Return-Path: wwwrun@localhost X-OriginalArrivalTime: 29 Jun 2004 14:41:05.0265 (UTC) FILETIME=[1B744610:01C45DE7]
Best Regards
Christian Lundvanghttp://nxc.no
-- Best Regards Christian Lundvang http://www.nxc.no
Björn [email protected]
Wednesday 30 June 2004 2:40:08 am
YOur mail server is not properly setup...
you can change a settings about line breaks in the site.ini
this should fix this issue.
Or start using SMTP instead of sendmail
bjoern -http://xrow.de
Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs Looking for hosting? http://hostingezpublish.com ----------------------------------------------------------------------------- GMT +01:00 Hannover, Germany Web: http://www.xrow.com/
Ekkehard Dörre
Wednesday 30 June 2004 2:47:17 am
Parts of the header were in body.
http://de.php.net/mb_send_mail Posting by dynamis30-Aug-2003 12:35
change it in site.ini [MailSettings] from %0D%0A to %0Athen it should work.
Greetings, ekke --http://www.coolscreen.de
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
Wednesday 30 June 2004 6:23:40 am
To Ekke: What do you mean by <b> %0D%0A to %0A</b>?
Tuesday 06 July 2004 2:19:13 pm
Sorry for the late answer, I should press the "keep me updated" button:
go into site.ini line ~576 you'll see:
# The line endings used for headers in mail messages. If you need to use # control characters like LF or CR you need to use it's urlencoded value, for # example %0A for LF and %0D for CR. The default setting is what RFC 2045 # requires: CRLF HeaderLineEnding=%0D%0A
change
HeaderLineEnding=%0D%0A
to
HeaderLineEnding=%0A
and clear cache, then it should work.
Greetings, ekke
Wednesday 07 July 2004 6:17:31 am
No problem, Ekke.
Thanks.