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

Email Client

Alexander_F_
Novice
762 Views

Hi, I trying to build an app that be able to send and receive email without use the native client installed in the phone... I try this with socket connection but at the moment is not good results because can not connect to the server... any idea of a plugin or a way how I can do that, I appreciate all the ideas that you can provide me.

Thanks in advance.

0 Kudos
2 Replies
Diego_Calp
Valued Contributor I
762 Views

Hi,

You will always need a server to send and receive emails. What so you mean about you cannot connect to server?

One possibility to bypass the device email client is call by ajax a php in a server that send o read emails.

Regards

Diego

0 Kudos
Alexander_F_
Novice
762 Views

Okay I go to give you more details, the problem is that this application must send and receive emails but we do not have the port 80 open we have only the port 25 open, then the only server available is mail server... by the way can not use Ajax, I try using this plugin https://github.com/blocshop/sockets-for-cordova but the phone do not let me connect by socket, then I need another way to do that.

Thank You by your response.

id559249638859odr

0 Kudos
Reply