Example of text expand for email?

Share your favorite FastKeys commands
Post Reply
ascharf
Posts: 1
Joined: Jun 14th, ’16, 15:54

Post by ascharf » Jun 14th, ’16, 16:01

Hi
Can you please give me an example of making a text expand shortcut to type an email address?
Thanks.
Alan
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Jun 14th, ’16, 23:02

Hi Alan, welcome to the forum.

Depends on what you want to do. If you just want to expand the email adress, create a Text Expander item, Type: Send and set Substitute to youremail @adress.com.

You can also automate the process. This is one of the scripts from the Library. Set Type: Command and paste the following to command field (adapt with your data):

Code: Select all

to:="[email protected]"
cc:="[email protected],[email protected]"
bcc:=" "
subject:="Hello"
body:="Best regards,%0A%0AJohn"
Run mailto:%To%?cc=%cc%&bcc=%bcc%&subject=%Subject%&body=%body%
Post Reply