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

null
    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    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

    • Danjamesmedia
    • 2 yrs ago
    • Reported - view

    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"))

    • Alain.1
    • 2 yrs ago
    • Reported - view

    Thanks for your answers. 👍🏻

Content aside

  • 2 yrs agoLast active
  • 3Replies
  • 315Views