Hi,
Is there any way to put an image in a NPM email alert ?
I´m using html command <img src"c:/inetput/images/map.jpg"></img>
but i´m not able to see that image in the received email.
Give this a try (Not sure if it will work or not):
Send the alert in HTML format
<img src="http://domain.com/path/to/image.jpg"></img>
It may open in the email reader if it's allowed to show remote images.