Page 1 of 1

Carriage Return in Admin EMail to users?

Posted: 2017-03-10 19:34
by meickert
I don't think it really is a bug but don't know where to post else.... I tried to send an email from the admin interface to a user (me for testing) and I recognized that the email I got was without any carriage return, etc.... instead of

Line 1
Line 2

I only get a mail like

Line1\r\nLine2

Any suggestions about that? Thx...

(Appgini 5.60)

Re: Carriage Return in Admin EMail to users?

Posted: 2017-04-29 11:34
by baudwalker
That bug is sill with us even in release of 5.61

Re: Carriage Return in Admin EMail to users?

Posted: 2017-04-30 22:51
by AhmedBR
I am using this format and get new lines normally, give it a go:


// message
"Updated by: {$memberInfo['username']}: \n\n Second Line \n\n".



Note that I am using \n\n and not \r\n
;)

Re: Carriage Return in Admin EMail to users?

Posted: 2017-05-01 00:13
by AhmedBR
opss, you are taking about the Admin, yes it is a bug.