Page 1 of 1

Problems with HTML rendering in email

Posted: Tue Aug 09, 2022 12:11 pm
by UncleBenny
Hi,
I’ve noticed that it is taking about 60 seconds for my notification emails to render. On further investigation, seems the site that is hosting the stylesheet is not reachable from multiple places. When I use DNS to black hole font.internet.fo, the email refers immediately.

The source of the problem is in the HTML header of the email:

Code: Select all

 <link href="https://font.internet.fo/stylesheet.css" rel="stylesheet" type="text/css">
Is this a known issue, and if so, is there a plan to find an alternate link to the stylesheet, or abandon its use?

Thanks

Re: Problems with HTML rendering in email

Posted: Tue Aug 09, 2022 1:24 pm
by Robbie Ferguson
Excellent observation, thank you.

As you can see here the reference to that stylesheet was included in the original application.

I have now removed it. The update will be part of the NEMS Linux 1.6 release.

Cheers!