On Fri, Mar 23, 2012 at 5:09 AM, moelski <[email protected]> wrote: > Hi ! > > I added some code to send feedbackmails to my smtp server. This is my code: > > This works really nice if I am in the WLAN. > > But if I turn off my wlan and use my normal internet (via service provider) > the mail won´t be sent. > I got no error messages. > > The manifest file contains this entry: > <uses-permission android:name="android.permission.INTERNET" /> > So there should be internet access. > > But the mail won´t be delivered
Not sure if this is the case for you, but sometimes the service providers block port 25. Have you tried port 587? -Gonzalo _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
