I completely agree with davido.

But additionally, I have the vague idea of turning the problem into something positive: Depending on the O/S and probably other circumstances, it might be possible to use some sort of URI so that the user even does not need to copy and paste the address. An (unrealistic) example just for explanation:

Suppose it would not be sftp, but normal ftp. Then you could generate a string like

"Connect to ftp://joe\@host.mydomain.com"

Every reasonable mailer would then present ftp://joe@host.mydomain.com as link which could be clicked and would automagically open the appropriate application with the correct address when the user clicks the link.

I haven't tried, but I could well imagine that when you have installed an sftp application, something like

"Connect to sftp://joe\@host.mydomain.com"

will work under most O/Ses with most mailers.

Regards,

Nocturnus


In reply to Re: remove @ link from perl generated email by Nocturnus
in thread remove @ link from perl generated email by raggmopp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.