0
Default mail
hello 'do you know how to configure the default mail with the use of an Ipad?
thank you for your reply. have a good day
3 replies
-
The sendEmail() function is only available in Ninox Cloud.
If you use an Email-field, pushing on the enveloppe on the right opens your default emailclient to send emails. The email field is also configurable in its settings.
Steven
-
Another option is using mailto links within a button, if you need a more dynamic approach to adjusting the recipients, subject and body dynamically.
The code would be:
openURL("mailto:" + 'EmailAddress' + "?subject=" + urlEncode("Your Email Subject") + "&body=" + urlEncode("Your message body"))
-
Thanks for your answers.
Content aside
- 3 yrs agoLast active
- 3Replies
- 324Views