email - HyperLink on the mail send from Unix -


I am sending a few text messages from the Unix box to the normal Internet Mail ID.

I wanted to add a hyper link to those mails, but the URL was not linked to the file on the system.

I am doing it on the local machine and I send mail to my email ID in that mail, I need a link to the file which remains on my system.

How can I do this?

Set your URL like this:

  file: / // full / path / file /  

Of course, this will only work locally if any other system is clicked, it will refer to your local file system.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -