Leverage Google account credentials to send email in Android
        Posted  
        
            by ElectricDialect
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ElectricDialect
        
        
        
        Published on 2010-03-08T01:41:00Z
        Indexed on 
            2010/03/08
            11:51 UTC
        
        
        Read the original article
        Hit count: 429
        
Is it possible in Android to programmatically send an email using the phone's associated GMail credentials? I can send an email when I explicitly provide the username and password, but I was hoping to leverage the Google account already associated with the phone. Note that I don't need to actually access the username or password; I just want to leverage this information indirectly to send email.
© Stack Overflow or respective owner