android - Send emails without user interaction -


what best way send emails without using intents?

i using android gmailsender, , worked great until recentily. still works android 4.0 , bellow, gives ssl error on version 4.2.

the error:

got javax.net.ssl.sslhandshakeexception: com.android.org.bouncycastle.jce.exception.extcertpathvalidatorexception: not validate certificate: current time: sat jan 01 03:20:30 eet 2000, validation time: thu jun 21 03:00:00 eest 2012 while executing fetchsessionlessappinfo, retrying on safe network stack

i fount issue.

turns out took out battery out of phone , certificate somehow linked current time.

'at jan 01 03:20:30 eet 2000' not current time .. should of tipped me off.

thanks anyways answers.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -