$msg .= __('New subscription:', true) . "\n";
$msg .= $this->data['News']['email'] . "\n";
$msg .= date('d.m.Y');-- Lep pozdrav, Tilen Majerle http://majerle.eu 2011/10/14 heohni <[email protected]> > Hi, > > $msg .= __('New subscription:', true); > $msg .= $this->data['News']['email']; > $msg .= date('d.m.Y'); > ... > $this->Email->sendAs = 'both'; > ... > if($this->Email->send($msg)){....} > > > How can I get a line break behind each $msg line? > > Is there the only way in using a template? > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
