Page 1 of 1

Sending Email (RDMLX)

Posted: Fri May 11, 2012 1:23 pm
by tcremieux
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]')

Re: Sending Email (RDMLX)

Posted: Mon May 14, 2012 7:04 pm
by tsupartono
Tom,
This is a bug in the current version of the client - I've noted this and will fix for next release.
The next release for the client software (through Apple AppStore) is scheduled around the end of this month.
This version will have a "send mail operation" as well, so you don't have to resort to using OpenUrl operation with "mailto:" url.