Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8404453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:36:16+00:00 2026-06-09T22:36:16+00:00

I am referring to the below link to send email from my android emulator

  • 0

I am referring to the below link to send email from my android emulator :
Send email without intent

Everything is same as the link and it seems to work fine by looking at the LogCat logs but i never seem to receive the email !

Below is the verbose log content from LogCat:

I/System.out(815):      --------Inside onReceive of CallReceiver--------
D/CallReceiver(815):        Inside onReceive
D/CallReceiver(815):        -----Criteria matched-----
D/EmailService(815):        -----Inside On Start Command-----
I/System.out(815):      DEBUG: setDebug: JavaMail version 1.4.1
D/GmailSenderService(815):  from = 24adithya@gmail.com, 
D/GmailSenderService(815):  recipient = 24adithya@gmail.com, 
D/GmailSenderService(815):  replyTo = 24adithya@gmail.com, 
I/System.out(815):      DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.4.1]
I/System.out(815):      DEBUG SMTP: useEhlo true, useAuth true
I/System.out(815):      DEBUG SMTP: useEhlo true, useAuth true
I/System.out(815):      DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 465, isSSL false
I/System.out(815):      220 mx.google.com ESMTP qn3sm3719992pbc.6
I/System.out(815):      DEBUG SMTP: connected to host "smtp.gmail.com", port: 465
I/System.out(815):      EHLO localhost
I/System.out(815):      250-mx.google.com at your service, [117.195.44.162]
I/System.out(815):      250-SIZE 35882577
I/System.out(815):      250-8BITMIME
I/System.out(815):      250-AUTH LOGIN PLAIN XOAUTH
I/System.out(815):      250 ENHANCEDSTATUSCODES
I/System.out(815):      DEBUG SMTP: Found extension "SIZE", arg "35882577"
I/System.out(815):      DEBUG SMTP: Found extension "8BITMIME", arg ""
I/System.out(815):      DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN XOAUTH"
I/System.out(815):      DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
I/System.out(815):      DEBUG SMTP: Attempt to authenticate
I/System.out(815):      AUTH LOGIN
I/System.out(815):      334 VXNlcm5hbWU6
I/System.out(815):      MjRhZGl0aHlh
I/System.out(815):      334 UGFzc3dvcmQ6
I/System.out(815):      I2EsZmF3a2VzKzE=
I/System.out(815):      235 2.7.0 Accepted
I/System.out(815):      DEBUG SMTP: use8bit false
I/System.out(815):      MAIL FROM:<24adithya@gmail.com>
I/System.out(815):      250 2.1.0 OK qn3sm3719992pbc.6
I/System.out(815):      RCPT TO:<24adithya@gmail.com>
I/System.out(815):      250 2.1.5 OK qn3sm3719992pbc.6
I/System.out(815):      DEBUG SMTP: Verified Addresses
I/System.out(815):      DEBUG SMTP:   24adithya@gmail.com
I/System.out(815):      DATA
I/System.out(815):      354  Go ahead qn3sm3719992pbc.6
I/System.out(815):      Sender: 24adithya@gmail.com
I/System.out(815):      To: 24adithya@gmail.com
I/System.out(815):      Message-ID: <1079654112.1.1344795799196.JavaMail.javamailuser@localhost>
I/System.out(815):      Subject: Test Subject
I/System.out(815):      MIME-Version: 1.0
I/System.out(815):      Content-Type: text/plain; charset=us-ascii
I/System.out(815):      Content-Transfer-Encoding: 7bit
I/System.out(815): 
I/System.out(815):      Hi, This is 5554
I/System.out(815):      .
I/System.out(815):      250 2.0.0 OK 1344795807 qn3sm3719992pbc.6

I am sending the mail to myself. Has it got something to do with the emulator ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:36:18+00:00Added an answer on June 9, 2026 at 10:36 pm

    Sorry for the trouble guys. The mail was always there in my inbox, but in some other folder due to my filters 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm referring the below code snippet from this link : while (1) { newsockfd
I'm absolute beginner when it comes to mono for android . Referring to below
Referring to the below link: http://www.javaworld.com/javaworld/jw-11-1998/jw-11-techniques.html?page=2 The composition approach to code reuse provides stronger
Referring to below screenshot, ListView consists of 3 TextView . Depending on the value
Referring to the code below, is there a way to bind the test 2
By referring to this link I try to implement this powerful tool and facing
I'm using the Kal calendar . For the code shown below I'm referring to
Referring to screenshot 1 below, I would like to create an image viewer circled
When ASP.NET came out people started referring to ASP 3 (and below) as classic
<< Referring to this thread >> How to pass the value chosen from the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.