<?xml version="1.0" encoding="windows-1252"?>
<node id="966294" title="remove @ link from perl generated email" created="2012-04-20 22:10:28" updated="2012-04-20 22:10:28">
<type id="115">
perlquestion</type>
<author id="960404">
raggmopp</author>
<data>
<field name="doctext">
&lt;p&gt;Working with perl 5.8.8 on RHEL 5 system.&lt;/p&gt;

&lt;p&gt;A script I have sends email upon completion. In the text of the email I have the address of a system to connect to.&lt;/p&gt;

&lt;p&gt;sftp joe@host.domain.com&lt;/p&gt;

&lt;p&gt;A single line of text with the addy that is passed through a MAIL subroutine.&lt;/p&gt;

&lt;code&gt;my $txt = "Connect to "sftp joe\@host.mydomain.com"&lt;/code&gt;
&lt;p&gt;Which is then fed to MAIL&lt;/p&gt;
&lt;code&gt;print MAIL "$txt\n";&lt;/code&gt;

&lt;p&gt;When the mail arrives it has the hyperlink and underline. I want to get rid of the hyperlink and underline, just send plain text in quotes.&lt;/p&gt;

&lt;p&gt;Many Thanks&lt;/p&gt;
</field>
</data>
</node>
