Carriage Return in Admin EMail to users?

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
meickert
Posts: 15
Joined: 2016-06-24 23:05

Carriage Return in Admin EMail to users?

Post by meickert » 2017-03-10 19:34

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)

User avatar
baudwalker
Veteran Member
Posts: 188
Joined: 2015-02-03 08:08
Location: Bellingen NSW Australia

Re: Carriage Return in Admin EMail to users?

Post by baudwalker » 2017-04-29 11:34

That bug is sill with us even in release of 5.61

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: Carriage Return in Admin EMail to users?

Post by AhmedBR » 2017-04-30 22:51

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
;)
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: Carriage Return in Admin EMail to users?

Post by AhmedBR » 2017-05-01 00:13

opss, you are taking about the Admin, yes it is a bug.
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

Post Reply