Learn how to send emails directly from your Mendix Native app. This guide covers adding an email button, configuring the email nanoflow, setting recipients, subject, and body, and sending both static and dynamic content from your app.
Go to the Utility page & take a button, give the name Send Email.

Double click on Send Email button -> In onClick events select call a nanoflow & create a new nanoflow(ACT_SendEmail).

Open ACT_SendEmail nanoflow & take a Draft Email activity.

Open Draft Email activity & set its values.
You can pass your dynamic values, for this tutorial, I am taking static values. Set the comma separated values for CC & BCC.


Now run the application & test it.

When you click the Send Email button, your device’s email app will open with the recipients, CC/BCC, and body content prefilled.

Conclusion:
I hope this article has helped you understand How to Send Emails In Mendix Native App.
Thanks for reading this! See you in the next blog post.
