Sending emails
The
RadSocialShare control offers the ability to send the link,
provided in the
UrlToShare property, via an E-mail, not just to
the social networks. The easiest way to do so is by using the
MailTo
button - it triggers the system's default mail client - for example MS Outlook,
Outlook Express, etc. To add this functionality you need the
<telerik:RadSocialButton
SocialNetType="MailTo"
/>
button.
There is also another option - by using the built-in E-mail form. It requires the
developer to have an SMTP server that should be used for the purpose. It is triggered
via the
<telerik:RadSocialButton
SocialNetType="SendEmail"
/>
button. More information on that is available in
this help article.