Re: How to add line break in text mail layout?

2008-12-08 Thread majna
You have to put \n into *double* quotes. Only then PHP will parse this \n token. PHP parser basics... On Dec 8, 8:55 am, Hipnotik <[EMAIL PROTECTED]> wrote: > On 6 Gru, 17:32, majna <[EMAIL PROTECTED]> wrote: > > > Just write "\n" > > Examples: > > > > > > Wow! It works! > I don't know why, bu

Re: How to add line break in text mail layout?

2008-12-07 Thread Hipnotik
On 6 Gru, 17:32, majna <[EMAIL PROTECTED]> wrote: > Just write "\n" > Examples: > > Wow! It works! I don't know why, but it works correct. The only thing I had to do was moving "\n" into inside of echo function. Does not work directly in template: Something: \n but this code works correct: So

Re: How to add line break in text mail layout?

2008-12-07 Thread Hipnotik
On 6 Gru, 17:32, majna <[EMAIL PROTECTED]> wrote: > Just write "\n" > Examples: > > Wow! It works! I don't know why, but it works correct. The only thing I had to do was moving "\n" into inside of echo function. Does not work directly in template: Something: \n but this code works correct: So

Re: How to add line break in text mail layout?

2008-12-06 Thread majna
Just write "\n" Examples: On Dec 5, 1:44 pm, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > Well...that's not supposed to happen. Can you check the mail source > and mime headers? Maybe you're not sending your email in plain text..? > > On Dec 5, 1:11 pm, Hipnotik <[EMAIL PROTECTED]> wrote

Re: How to add line break in text mail layout?

2008-12-05 Thread dr. Hannibal Lecter
Well...that's not supposed to happen. Can you check the mail source and mime headers? Maybe you're not sending your email in plain text..? On Dec 5, 1:11 pm, Hipnotik <[EMAIL PROTECTED]> wrote: > On 5 Gru, 12:35, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > > > What about simply hitting the

Re: How to add line break in text mail layout?

2008-12-05 Thread Hipnotik
On 5 Gru, 12:35, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > What about simply hitting the enter key? :) Doesn't work... displays all lines in one :( > On Dec 5, 12:14 pm, Hipnotik <[EMAIL PROTECTED]> wrote: > > > > > How to add line break in text mail layout? > > > It's in elements/email

Re: How to add line break in text mail layout?

2008-12-05 Thread dr. Hannibal Lecter
What about simply hitting the enter key? :) On Dec 5, 12:14 pm, Hipnotik <[EMAIL PROTECTED]> wrote: > How to add line break in text mail layout? > > It's in elements/email/text/default.ctp file. > I tried to use: > \n > \r\n > \r > and still it doesn't work correct. > It breaks the lines but new