4 posts / 0 new
Last post
nlehikoi
nlehikoi's picture
Offline
Joined: 10 Sep 2010
Posts:
SMTP client

Does anyone know of a decent smtp client for MoSync? Despite my efforts I was unable to find one (sometimes I feel I can't find anything on the net ;).

Best regards,

niko

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

I don't think that there is one. You will have to write one yourself, but the good news is that it isn't very hard. I've written a very basic POP3 client and that is much more difficult. I can help you with it, but I'm tied up for the next two days. When do you need it by?

As an aside, you may find that many operators block SMTP or want to route it through their own servers, so it may be worthwhile just spiking some code out to create a connection on port 25.

nlehikoi
nlehikoi's picture
Offline
Joined: 10 Sep 2010
Posts:

I actually have a c++ set of classes for smtp client connections written for linux/mingw targets, I was just poking the ice to see if I can spare myself from porting ;). Thank you for your kind offer though; if and when I actually do get it ported (atm busy doing tech feasibility studies on symbian/android/iOS) I will definitely share the source.

/N

mikewen
mikewen's picture
Offline
Joined: 2 Jan 2012
Posts:

Add secure SMTP port is very useful to implement Gmail client, etc.