Problems with HTML rendering in email

Having issues? Post them here, and help other users.
Post Reply
UncleBenny
Junior Member
Posts: 1
Joined: Tue Aug 09, 2022 12:05 pm

Problems with HTML rendering in email

Post 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
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

Re: Problems with HTML rendering in email

Post 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!
Post Reply