Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

E-mailing user input

Josue_G_
Beginner
583 Views

Hello,

I am very new at using intel XDK I would like to create an app that will send an e-mail once the user fills several text input fields.  In example:

Name: Josh

Comments: bla bla bla

The app user would then press  send and this would be automatically sent to a predetermined e-mail. 

Josh,

bla bla bla

Anyone willing to help me in the coding and overall approach to this.  The app is ready for input I just need to see how to code the e-mail to be sent with the above data automatically populated.  Thank you so much for your help

0 Kudos
2 Replies
Elroy_A_Intel
Employee
583 Views

I recommend evaluating the Email Composer plugins on the Cordova* Plugins registry that fit your desired user.

0 Kudos
Gary_H_2
New Contributor I
583 Views

I've just done something similar and what i found was that you can't directly send an email you need to use one of the email composer's as Elroy suggests. The one I used was https://github.com/katzer/cordova-plugin-email-composer that lets you pre-populate the fields and then runs the email program of the users choice to actually do the send. 

0 Kudos
Reply