Hello, Christopher Hubbard wrote: > The digest email that is using HTML gets all of the formatting stripped > in both Outlook, as well as Evolution.
I've experienced the same behaviour and circumvented it by prepending '$Body = "Content-Type: text/plain\n";' in morning_update() and '"$Body = "Content-Type: text/html\n";' in weekly_update() as first lines of the mail composition in bin/tSmoke. In addition to that I've removed the two lines < MIME-Version: 1.0 < Content-Type: text/html from the tmail template. I've used this with SmokePing 2.0.9 but it should work with the current release, too. Can't tell for sure as I don't use this feature anymore. Regards, Roger _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
