i need to know the @command script for me to be able to insert email address in the smarticon formula window, whereby when we insert it into new mail, the email address is enabled for point&click option.
Subject: Smarticon script for webmail
Just include the mailto protocol, as in mailto:some.user@somedomain.com .
Subject: RE: Smarticon script for webmail
Hi Stan, Tks, and it didn’t work. This is what I did.
@Command([EditInsertText]; @NewLine+ "Email : ");
@Command([TextUnderline]);
@Command([EditInsertText];
Can you tell me the @command so that the recipient can easily point& click on the email address to reply.
Subject: RE: Smarticon script for webmail
I said you need to use mailto. Take a look at these two (they’re both plain text):
mailto:some.body@somedomain.com
The only difference is that the second one uses mailto.
Subject: RE: Smarticon script for webmail
stan, it works. great thanks
Subject: RE: Smarticon script for webmail
To add a couple of things to Stan suggestion:
If you want to add the subject you can do this:
mailto:someone@domain.com?Subject=Hello+World
(Where you use the plus sign for spaces - because once the system sees the first space it assumes that’s the end of the mail to)
Like http:, mailto: as a link will not work until you save / send the e-mail. I’ve had a lot of users add the link and then sit there clicking on the text to “test” things before they send it and never see it work.