| Newsgroups |
gmane.comp.web.amaya.general |
| Message-ID |
<[email protected]> |
As told in an other reply, You'd better not use the
'mailto:<user>@domain.whatever' link in public pages. On the other hand,
they can be realy handsome for company wide internal websites. For
those: you can fill header fields with your own values:
mailto:[email protected]?subject=The_subject_of_the_message&body=The_Body_goes_here
So with the options in the url, you can pre-fill roughly every header
field in the message to send. Specially handsome for automatic reply
processing.
mailto:[email protected]?subject=SeeTheHeaders&hidden_subject=YOUFOUNDIT
However, be carefull with special characters like spaces or more than
one @ (for cc: fields)
In the end it is all from the uri specification:
protocol://user:[email protected]/path/to/something?option=value&nextoption=othervalue
On 17-2-2011 16:30, Chris Beall wrote:
> Lucy,
>
> I infer that by 'email link' you mean a link that contains a mailto
> URL. The process is the same as for creating any link.
>
> 1. Highlight the text to be made into a link.
> 2. Click on the Link element icon.
> 3. Type the URI, in this case "mailto:[email protected]'.
> 4. Click on Confirm.
>
> Net: Amaya has no special facility for creating links for different
> URI schemes: http, ftp, mailto, etc.
>
> Note that mailto works only if the user has a local mail client
> defined, i.e. it will usually not work if the user has a webmail
> client. It is therefore important to provide the email address as
> visible text in addition to the mailto URL. One common method is to
> enter the email address as plain text, then make that text into an
> equivalent mailto link, thus (in the source):
> <a href="mailto:[email protected]">[email protected]</a>
>
> Chris Beall
>
> --- On *Sun, 2/13/11, Lucy Willemsen /<[email protected]>/* wrote:
>
>
> From: Lucy Willemsen <[email protected]>
> Subject: How do I insert an email link in Amaya???
> To: [email protected]
> Date: Sunday, February 13, 2011, 9:58 AM
>
> For the life of me I dont know where to insert an email link or
> how to in the
> Amaya program..help would be much appreciated.
> --
> View this message in context:
> http://old.nabble.com/How-do-I-insert-an-email-link-in-Amaya----tp30858083p30858083.html
> Sent from the w3.org - www-amaya mailing list archive at Nabble.com.
>
>
>