[Typo3] Linebreaks in mails

Franz Holzinger franz at fholzinger.com
Sat Apr 23 08:24:16 CEST 2005


Hello Jochen,

> so here are my questions:
> 1) Where is the mail routine located that is used by
> direct_mail_subscription?
see zk_products:
	/**
	 * // ZK++
	 * ZKs extended mail function
	 */
	function 
zk_mail($email,$subject,$message,$fromEMail,$fromName,$attachment="")
	{
		$cls=t3lib_div::makeInstanceClassName("t3lib_htmlmail");
		if (class_exists($cls))
		{

> 2) Does anybody have a clue what might cause this problem?
>    I am also working on different Tyop3 installations, which all work
> fine...
> 
The '\r' will be the problem. This only works under Windows. MS has 
changed something to be different from standard UNIX behavior.

Franz



More information about the TYPO3-english mailing list