Extensions
Communication
Advanced e-mail
This bot allows you to insert advanced e-mail links into content items. Works with e-mail clocking bot enabled or not. The bot was created after a user's request (owl).
Insert the following inside the Elxis editor:
{advemail name=XXX&email=YYY&subject=ZZZ&linktext=KKK}email body text here{/advemail}
The only required argument is the email which is the recipient e-mail address.
name: the recipients real name (optional)
subject: the e-mail subject (optional)
linktext: the text to be displayed as the link text in your site. If empty then the e-mail address will be used. (optional)
You can also write a text to be insterted inside the e-mail body (optional)
{advemail email=kostas@yahoo.com&subject=Testing message&linktext=Contact Kostas}{/advemail}
{advemail name=Kostas Papadopoulos&email=kostas@yahoo.com&subject=Testing message&linktext=Contact Kostas}sample message{/advemail}