Mailto links

Via the E-mail tab, you can insert standard "mailto" links. After clicking such a link, the new message window of the user's e-mail program (e.g. Outlook) is opened, while some details may be pre-filled based on what is specified in the following properties:

 

Link text: text of the link that will appear in the text; this field is visible only when inserting link into an empty space in the text area, i.e. when no text or object is selected
To: e-mail recipient's address; required field; multiple addresses can be entered divided by semicolons
Cc: e-mail copy recipient's address; multiple addresses can be entered divided by semicolons
Bcc: e-mail blind carbon copy recipient's address; multiple addresses can be entered divided by semicolons
Subject: subject of the e-mail
Message body: text of the e-mail

 

The output code looks as the following code sample:

 

<a href="mailto:support@kentico.com">Contact Kentico CMS Support</a>

 

clip0934