What is new line character in dude email notification?

Hi mates
The email notification in dude is sent as a whole line not line-separated that is typed…

For EXAMPLE:

dude email profile:
Device.Name is [Service.Status] Since [TimeAndDate]
Total Uptime:[Service.TimeUp]
Total Downtime: [Service.TimeDown]
Service: [Probe.Name]


dude sent email:
Device.Name is [Service.Status] Since [TimeAndDate] Total Uptime:[Service.TimeUp] Total Downtime: [Service.TimeDown] Service: [Probe.Name]

no answer? :frowning:

I tried it twice on w2k3 sp2… I added one more return before the device came up. Both worked so I don’t know why things are different.
down.png
up.png

thanks lebowski for reply
what is your dude version? mine is 4.0beta3…it may be a bug
when I use double return it works but with one return no…

Device.Name is [Service.Status] Since [TimeAndDate]

Total Uptime:[Service.TimeUp]

Total Downtime: [Service.TimeDown]

Service: [Probe.Name]

I am on 4.0 beta 3. There was another person with the same issue as you 6 months ago, we didn’t figure out that a double return would work back then so at least we learned something new.

Hi mohsen1981,

try this :
Device.Name is [Service.Status] Since [TimeAndDate]|
Total Uptime:[Service.TimeUp]|
Total Downtime: [Service.TimeDown]|
Service: [Probe.Name]