Reply To: New announcement email clickable links not working


Home Forums Front End PM PRO New announcement email clickable links not working Reply To: New announcement email clickable links not working

#22831
Lester MacKenzie
Participant

Thanks for this.

1. – I believe the Front End PM is setip correctly as per the following:

2. – I believe the Email Content Type is already set to “HTML” as per the following:

I am using Firefox to view emails on the web site and Outlook 2016 as my email client. The source code for a faulty message is:

<!DOCTYPE html><html><head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<title>Covenant Lodge No 4344</title>
</head>
<body>
<p>Hi Tester do not send here</p>
<p>You have an important new announcement to read from Lester MacKenzie at Covenant Lodge No 4344’s secure message service.</p>
<p><font color=”red”>Important: Click the link below to access the message.</font> </p>
<p>{{message_url}}</p>
<p>Many thanks.</p>

</body>
</html>

Whereas, the source code for a correctly formatted email is:

<!DOCTYPE html><html><head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<title>Covenant Lodge No 4344</title>
</head>
<body>
<p>Hi Tester do not send here</p>
<p>Subject: test 5</p>
<p>You have an important new message waiting to be read from Lester MacKenzie at Covenant Lodge No 4344’s secure message service.</p>
<p><font color=”red”>Important: Click the link below to access the message.</font> </p>
<p>https://covenantlodge.org.uk/private-messages?fepaction=viewmessage&fep_id=53</p>
<p>Many thanks.</p>

</body>
</html>

Can you help?