Community Discussions and Support
Inserting hyperlink with a JPEG

It just occurred to me that the problem could be in the receiving end.

Pegasus probably has to do some clean-up before displaying the message,

because HTML is notoriously misused.

I've finally figured out why mine worked and yours did not and I should have thought of this long ago.  I'm using the closed beta v4.61 and you are using v4.41.  It does not work in v4.41 either with the built-in mailer or the Mercury/32 queue, it's been fixed for v4.61.

So I tried sending a message from Pegasus and receiving it using

Mozilla Thunderbird. The result was as before (image retained,

hyperlink lost). So it seems to me that the problem occurs when Pegasus

sends the message. And it's repeatable, no success with any of the ~10

test messages I have sent.

Thunderbird v3.0 cannot display the graphic but clicking on the window where the graphic should be displayed does open the URL when I sent from v4.61.  OE and Outlook work as specified.

 

<blockquote>It just occurred to me that the problem could be in the receiving end. Pegasus probably has to do some clean-up before displaying the message, because HTML is notoriously misused.</blockquote><p>I've finally figured out why mine worked and yours did not and I should have thought of this long ago.  I'm using the closed beta v4.61 and you are using v4.41.  It does not work in v4.41 either with the built-in mailer or the Mercury/32 queue, it's been fixed for v4.61.</p><blockquote><p>So I tried sending a message from Pegasus and receiving it using Mozilla Thunderbird. The result was as before (image retained, hyperlink lost). So it seems to me that the problem occurs when Pegasus sends the message. And it's repeatable, no success with any of the ~10 test messages I have sent. </p></blockquote><p>Thunderbird v3.0 cannot display the graphic but clicking on the window where the graphic should be displayed does open the URL when I sent from v4.61.  OE and Outlook work as specified.</p><p> </p>

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

I am having trouble creating a hyperlink with a JPEG in Pegasus. I want to insert a hyperlink into an email and I want it to be displayed as a JPEG image. I have used the hyperlink button on the tool bar to do this and it appears to work but when I send the email the link is not active, it just displays the JPEG.

 

What am I doing wrong?

&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt&quot;&gt;&lt;SPAN lang=EN-GB style=&quot;mso-ansi-language: EN-GB&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=&quot;Times New Roman&quot;&gt;Hi,&lt;?xml:namespace prefix = o ns = &quot;urn:schemas-microsoft-com:office:office&quot; /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt&quot;&gt;&lt;SPAN lang=EN-GB style=&quot;mso-ansi-language: EN-GB&quot;&gt;&lt;o:p&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt&quot;&gt;&lt;SPAN lang=EN-GB style=&quot;mso-ansi-language: EN-GB&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=&quot;Times New Roman&quot;&gt;I am having trouble creating a hyperlink with a JPEG in Pegasus. I want to insert a hyperlink into an email and I want it to be displayed as a JPEG image. I have used the hyperlink button on the tool bar to do this and it appears to work but when I send the email the link is not active, it just displays the JPEG.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt&quot;&gt;&lt;SPAN lang=EN-GB style=&quot;mso-ansi-language: EN-GB&quot;&gt;&lt;o:p&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt&quot;&gt;&lt;SPAN lang=EN-GB style=&quot;mso-ansi-language: EN-GB&quot;&gt;&lt;FONT size=3&gt;&lt;FONT face=&quot;Times New Roman&quot;&gt;What am I doing wrong?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

Inserting a hyperlink A Tag has nothing to do with an image which requires an IMG tag.   Inserting a Picture image does just that, and places the graphic in the message.  I believe what you need to do is "Insert a html file" which contains both tags, which is quite technical.

 Something like:   &lt; A href="somedomainname"&gt;&lt;IMG src="Url of image"&gt;<&lt;/A&gt;

Martin 

&lt;p&gt;Inserting a hyperlink A Tag has nothing to do with an image which requires an IMG tag.&amp;nbsp;&amp;nbsp; Inserting a Picture image does just that, and places the graphic in the message.&amp;nbsp; I believe what you need to do is &quot;Insert a html file&quot; which contains both tags, which is quite technical.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Something like:&amp;nbsp;&amp;nbsp; &amp;amp;lt; A href=&quot;somedomainname&quot;&amp;amp;gt;&amp;amp;lt;IMG src=&quot;Url of image&quot;&amp;amp;gt;&amp;lt;&amp;amp;lt;/A&amp;amp;gt; &lt;/p&gt;&lt;p&gt;Martin&amp;nbsp;&lt;/p&gt;

I may be mistaken, but I think Seb was including the JPEG in the email - i.e. not using "remote graphics".

The "Insert hyperlink into message" dialog has an option for displaying the link as a picture. Attempting to do that I got strange results. The copy to self contains the following HTML, which seems OK:

<div align="left">
<a href="http://www.domain.com"><img src="cid:30424156.1210701102.13197" width="1067" height="800" border="0" alt="graphic"/></a>

</div>

However, the message actually sent contains this:

<div align="left">

<img src=3D"cid:30374875.1210701053.19453" width=3D"1067" height=3D"800" border=3D"0" alt=3D"graphic"/>

</div> 

The hyperlink is now completely gone! (The included JPEG is there.) If I try inserting a hyperlink that displays as text then everything works as expected.

Bug or feature?

Erik 

&lt;p&gt;I may be mistaken, but I think Seb was including the JPEG in the email - i.e. not using &quot;remote graphics&quot;.&lt;/p&gt;&lt;p&gt;The &quot;Insert hyperlink into message&quot; dialog has an option for displaying the link as a picture. Attempting to do that I got strange results. The copy to self contains the following HTML, which seems OK:&lt;/p&gt;&lt;blockquote&gt;&amp;lt;div align=&quot;left&quot;&amp;gt; &amp;lt;a href=&quot;http://www.domain.com&quot;&amp;gt;&amp;lt;img src=&quot;cid:30424156.1210701102.13197&quot; width=&quot;1067&quot; height=&quot;800&quot; border=&quot;0&quot; alt=&quot;graphic&quot;/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;p&gt;However, the message actually sent contains this:&lt;/p&gt;&lt;blockquote&gt;&amp;lt;div align=&quot;left&quot;&amp;gt; &amp;lt;img src=3D&quot;cid:30374875.1210701053.19453&quot; width=3D&quot;1067&quot; height=3D&quot;800&quot; border=3D&quot;0&quot; alt=3D&quot;graphic&quot;/&amp;gt; &amp;lt;/div&amp;gt;&amp;nbsp;&lt;/blockquote&gt;&lt;p&gt;The hyperlink is now completely gone! (The included JPEG is there.) If I try inserting a hyperlink that displays as text then everything works as expected.&lt;/p&gt;&lt;p&gt;Bug or feature?&lt;/p&gt;&lt;p&gt;Erik&amp;nbsp;&lt;/p&gt;

[quote user="seb.stern@englishtouringopera.org.uk"]

Hi,

 

I am having trouble creating a hyperlink with a JPEG in Pegasus. I want to insert a hyperlink into an email and I want it to be displayed as a JPEG image. I have used the hyperlink button on the tool bar to do this and it appears to work but when I send the email the link is not active, it just displays the JPEG.

 

What am I doing wrong?

[/quote]

 

Not sure what is going wrong but I've used this with GIFs a lot and it does work as long as the graphic specified is available.  I just used and animated GIF called "Walking Man" and it worked as specified.

 

[quote user=&quot;seb.stern@englishtouringopera.org.uk&quot;]&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 0pt;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;EN-GB&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 0pt;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;EN-GB&quot;&gt;&lt;o:p&gt;&lt;font face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 0pt;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;EN-GB&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;I am having trouble creating a hyperlink with a JPEG in Pegasus. I want to insert a hyperlink into an email and I want it to be displayed as a JPEG image. I have used the hyperlink button on the tool bar to do this and it appears to work but when I send the email the link is not active, it just displays the JPEG.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 0pt;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;EN-GB&quot;&gt;&lt;o:p&gt;&lt;font face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 0pt;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;EN-GB&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;What am I doing wrong?&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Not sure what is going wrong but I&#039;ve used this with GIFs a lot and it does work as long as the graphic specified is available.&amp;nbsp; I just used and animated GIF called &quot;Walking Man&quot; and it worked as specified.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Thomas,

I don't understand the "as long as the graphic specified is available" part. How could it go missing? The picture is included in the email - and it shows up at the recipient's end - but the hyperlink is gone.

Just to be sure I tried sending an email with a GIF hyperlink. Results were the same as with the JPEG link, i.e. the copy-to-self is fine:

<div align="left">
<a href="http://www.domain.com"><img src="cid:43388484.1210798570.15396" width="73" height="65" border="0" alt="graphic"/></a>
</div>

...but the message that actually sent only has the GIF image - the hyperlink is missing:

<div align="left">
<img src="cid:43385671.1210798568.21716" width="73" height="65" border="0" alt="graphic"/>
</div>

So we're at least two users that can't insert picture hyperlinks in messages; in my case JPEG and GIF work equally bad. Pegasus generates different HTML for the copy-to-self and the actual message sent; the hyperlink is only present in the copy-to-self.

Is there a setting that could lead to this behaviour?

&lt;p&gt;Thomas, &lt;/p&gt;&lt;p&gt;I don&#039;t understand the &quot;as long as the graphic specified is available&quot; part. How could it go missing? The picture is included in the email - and it shows up at the recipient&#039;s end - but the hyperlink is gone. &lt;/p&gt;&lt;p&gt;Just to be sure I tried sending an email with a GIF hyperlink. Results were the same as with the JPEG link, i.e. the copy-to-self is fine:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;div align=&quot;left&quot;&amp;gt; &amp;lt;a href=&quot;http://www.domain.com&quot;&amp;gt;&amp;lt;img src=&quot;cid:43388484.1210798570.15396&quot; width=&quot;73&quot; height=&quot;65&quot; border=&quot;0&quot; alt=&quot;graphic&quot;/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;...but the message that actually sent only has the GIF image - the hyperlink is missing:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;div align=&quot;left&quot;&amp;gt; &amp;lt;img src=&quot;cid:43385671.1210798568.21716&quot; width=&quot;73&quot; height=&quot;65&quot; border=&quot;0&quot; alt=&quot;graphic&quot;/&amp;gt; &amp;lt;/div&amp;gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;So we&#039;re at least two users that can&#039;t insert picture hyperlinks in messages; in my case JPEG and GIF work equally bad. Pegasus generates different HTML for the copy-to-self and the actual message sent; the hyperlink is only present in the copy-to-self. &lt;/p&gt;&lt;p&gt;Is there a setting that could lead to this behaviour? &lt;/p&gt;

I just did a similar test like pmerik wrote. Same results: The hyperlink does appear in the message in the copy-to-self folder, but not in the actually sent email message.
&lt;DIV id=result_box dir=ltr&gt;I just did a similar test like pmerik wrote. Same results: The hyperlink does appear in the message in the copy-to-self folder, but not in the actually sent email message.&lt;/DIV&gt;

I don't understand the "as long as the graphic specified is available"

part. How could it go missing? The picture is included in the email -

and it shows up at the recipient's end - but the hyperlink is gone.

Here's what my copy self looks like when I send a hyperlink using a GIF.


 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<div align="left"><a href="http://www.pmail.com"><img src="cid:1895443218.1210777025.1791" width="60" height="60" border="0" alt="graphic"/></a></div>
<div align="left"><font face="Tahoma"><span style=" font-size:10pt"><br />
</span></font></div>
<div align="left"><font face="Tahoma"><span style=" font-size:10pt">--------------------------------------------------</span></font></div>
<div align="left"><font face="Tahoma"><span style=" font-size:12pt">On 13 May 2008 18:12 </span></font><font face="Tahoma" size="6"><span style=" font-size:24pt"><b>Pegasus Mail &amp; Mercury -
Automated Email &lt;NoReply@praktit.se&gt;
wrote:</b></span></font></div>
<div align="left"><font face="Tahoma" size="6"><span style=" font-size:24pt"><b><br />
</b></span></font></div>
<div align="left"><font face="Tahoma"><span style=" font-size:10pt"><br />
View the complete topic at: </span></font><a href="http://community.pmail.com/forums/thread/8562.aspx"><font face="Tahoma" color="#0000ff"><span style=" font-size:10pt"><u>http://community.pmail.com/forums/thread/8562.aspx</u></span></font></a><font face="Tahoma"><span style=" font-size:10pt"><br />
<br />

 And what was received

 

Content-type: text/html; charset=UTF-8
Content-transfer-encoding: Quoted-printable
Content-description: Mail message body

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  xmlns=3D"http://www.w3.org/1999/xhtml" xml:lang=3D"en" lang=3D"en">=
<head>
<title></title>
<meta http-equiv=3D"content-type" content=3D"text/html;charset=3Dutf-8"/>
<meta http-equiv=3D"Content-Style-Type" content=3D"text/css"/>
</head>
<body>
<div align=3D"left"><a href=3D"http://www.pmail.com"><img src=3D"cid:19212=
95500.1210802877.14574" width=3D"60" height=3D"60" border=3D"0" alt=3D"gra=
phic"/></a></div>
<div align=3D"left"><font face=3D"Tahoma" size=3D"2"><span style=3D" font-=
size:10pt"><br />
</span></font></div>
<div align=3D"left"><font face=3D"Tahoma" size=3D"2"><span style=3D" font-=
size:10pt">--------------------------------------------------</span></font=
></div>
<div align=3D"left"><font face=3D"Tahoma"><span style=3D" font-size:12pt">=
 

&lt;blockquote&gt;I don&#039;t understand the &quot;as long as the graphic specified is available&quot; part. How could it go missing? The picture is included in the email - and it shows up at the recipient&#039;s end - but the hyperlink is gone.&lt;/blockquote&gt;&lt;p&gt;Here&#039;s what my copy self looks like when I send a hyperlink using a GIF.&lt;/p&gt;&lt;p&gt; &amp;nbsp;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt; &amp;lt;html&amp;nbsp; xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&amp;gt;&amp;lt;head&amp;gt; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot;/&amp;gt; &amp;lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot;/&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;div align=&quot;left&quot;&amp;gt;&amp;lt;a href=&quot;http://www.pmail.com&quot;&amp;gt;&amp;lt;img src=&quot;cid:1895443218.1210777025.1791&quot; width=&quot;60&quot; height=&quot;60&quot; border=&quot;0&quot; alt=&quot;graphic&quot;/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=&quot;left&quot;&amp;gt;&amp;lt;font face=&quot;Tahoma&quot;&amp;gt;&amp;lt;span style=&quot; font-size:10pt&quot;&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=&quot;left&quot;&amp;gt;&amp;lt;font face=&quot;Tahoma&quot;&amp;gt;&amp;lt;span style=&quot; font-size:10pt&quot;&amp;gt;--------------------------------------------------&amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=&quot;left&quot;&amp;gt;&amp;lt;font face=&quot;Tahoma&quot;&amp;gt;&amp;lt;span style=&quot; font-size:12pt&quot;&amp;gt;On 13 May 2008 18:12 &amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font face=&quot;Tahoma&quot; size=&quot;6&quot;&amp;gt;&amp;lt;span style=&quot; font-size:24pt&quot;&amp;gt;&amp;lt;b&amp;gt;Pegasus Mail &amp;amp;amp; Mercury - Automated Email &amp;amp;lt;NoReply@praktit.se&amp;amp;gt; wrote:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=&quot;left&quot;&amp;gt;&amp;lt;font face=&quot;Tahoma&quot; size=&quot;6&quot;&amp;gt;&amp;lt;span style=&quot; font-size:24pt&quot;&amp;gt;&amp;lt;b&amp;gt; &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=&quot;left&quot;&amp;gt;&amp;lt;font face=&quot;Tahoma&quot;&amp;gt;&amp;lt;span style=&quot; font-size:10pt&quot;&amp;gt; View the complete topic at: &amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;a href=&quot;http://community.pmail.com/forums/thread/8562.aspx&quot;&amp;gt;&amp;lt;font face=&quot;Tahoma&quot; color=&quot;#0000ff&quot;&amp;gt;&amp;lt;span style=&quot; font-size:10pt&quot;&amp;gt;&amp;lt;u&amp;gt;http://community.pmail.com/forums/thread/8562.aspx&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;font face=&quot;Tahoma&quot;&amp;gt;&amp;lt;span style=&quot; font-size:10pt&quot;&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;And what was received&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-type: text/html; charset=UTF-8 Content-transfer-encoding: Quoted-printable Content-description: Mail message body &amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt; &amp;lt;html&amp;nbsp; xmlns=3D&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=3D&quot;en&quot; lang=3D&quot;en&quot;&amp;gt;= &amp;lt;head&amp;gt; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;meta http-equiv=3D&quot;content-type&quot; content=3D&quot;text/html;charset=3Dutf-8&quot;/&amp;gt; &amp;lt;meta http-equiv=3D&quot;Content-Style-Type&quot; content=3D&quot;text/css&quot;/&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;div align=3D&quot;left&quot;&amp;gt;&amp;lt;a href=3D&quot;http://www.pmail.com&quot;&amp;gt;&amp;lt;img src=3D&quot;cid:19212= 95500.1210802877.14574&quot; width=3D&quot;60&quot; height=3D&quot;60&quot; border=3D&quot;0&quot; alt=3D&quot;gra= phic&quot;/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=3D&quot;left&quot;&amp;gt;&amp;lt;font face=3D&quot;Tahoma&quot; size=3D&quot;2&quot;&amp;gt;&amp;lt;span style=3D&quot; font-= size:10pt&quot;&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=3D&quot;left&quot;&amp;gt;&amp;lt;font face=3D&quot;Tahoma&quot; size=3D&quot;2&quot;&amp;gt;&amp;lt;span style=3D&quot; font-= size:10pt&quot;&amp;gt;--------------------------------------------------&amp;lt;/span&amp;gt;&amp;lt;/font= &amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div align=3D&quot;left&quot;&amp;gt;&amp;lt;font face=3D&quot;Tahoma&quot;&amp;gt;&amp;lt;span style=3D&quot; font-size:12pt&quot;&amp;gt;= &amp;nbsp;&lt;/p&gt;

It just occurred to me that the problem could be in the receiving end. Pegasus probably has to do some clean-up before displaying the message, because HTML is notoriously misused.

So I tried sending a message from Pegasus and receiving it using Mozilla Thunderbird. The result was as before (image retained, hyperlink lost). So it seems to me that the problem occurs when Pegasus sends the message. And it's repeatable, no success with any of the ~10 test messages I have sent.

&lt;p&gt;It just occurred to me that the problem could be in the receiving end. Pegasus probably has to do some clean-up before displaying the message, because HTML is notoriously misused. &lt;/p&gt;&lt;p&gt;So I tried sending a message from Pegasus and receiving it using Mozilla Thunderbird. The result was as before (image retained, hyperlink lost). So it seems to me that the problem occurs when Pegasus sends the message. And it&#039;s repeatable, no success with any of the ~10 test messages I have sent. &lt;/p&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft