Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: remove @ link from perl generated email

by Nocturnus (Beadle)
on Apr 22, 2012 at 07:45 UTC ( [id://966445]=note: print w/replies, xml ) Need Help??


in reply to remove @ link from perl generated email

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

Replies are listed 'Best First'.
Re^2: remove @ link from perl generated email
by afoken (Chancellor) on Apr 22, 2012 at 10:21 UTC

    Wikipedia has a nice overview of official and "unofficial but common" URI schemes in URI scheme. sftp and ssh are not yet official, but only (expired) RFC drafts.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://966445]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-25 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found