Tech Tip: Use Open Web URL to open the default mail client
PRODUCT: 4D | VERSION: 13.2 | PLATFORM: Mac & Win
Published On: December 6, 2012
The Internet Commands plugin can be used to send e-mail, however the required setup can be complex. For a simplier implimentation the Open Web URL command can be used to send an e-mail with a mailto URL.
For example:
Open Web URL("mailto:test@4d.com") |
When the above code is executed the default mail client installed on the machine will open with a new mail message pre-addressed to test@4d.com