Sending Email (RDMLX)
Posted: Fri May 11, 2012 1:23 pm
Is there a way initiate an email from an event such as OnClick of a button? I had a thought to create a mailto link and use the Set_OpenUrl method to open the URL, however it appends the server details to the URL (i.e. http://xxx.xxx.com/) which causes an issue. The example is below:
Code: Select all
#Com_Owner.Set_OpenUrl Event('/FORM.FIELDS.EmailButton.OnClick') Url('mailto:[email protected]')