Send Email from an Android Application

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 18

  • @marlenebean
    @marlenebean 4 роки тому +1

    The rest of the internet told me to create an if statement for my intent:
    But it wouldn't work. I tried your startActivity code and it worked! Not sure what I was doing wrong, but anyway thank you!

    • @marlenebean
      @marlenebean 4 роки тому

      weird my code didn't print before: if (intent.resolveActivity(getPackageManager()) != null) {startActivity(intent);

  • @tunnelhead2911
    @tunnelhead2911 4 роки тому +2

    Hello sir,
    Thank you for teaching us with such topics and with very best explanation possible. I would just like to know "how to send an email directly". (i.e without opening gmail or any other mail service app). It would be very helpul if you could guide me.

  • @manibala5799
    @manibala5799 2 роки тому +1

    Can you make this without opening Gmail app

  • @sunitasharma2979
    @sunitasharma2979 4 роки тому +1

    So good, you provided me with the code no other video did!!?!? Kudos
    I wasn't able to figure out the uri parse thing

    • @mafiacodes
      @mafiacodes  4 роки тому +1

      Subscribe like share 😊

  • @AtulGupta-jj7ek
    @AtulGupta-jj7ek 3 роки тому

    Sir, is there any way to read mails in my own android application. I want to develop an Android app which will filter mails using some fixed keywords and alert me if any important mail received.

  • @ezekielthemack
    @ezekielthemack Рік тому +1

    Thank you for your help. Much appreciated.

  • @rashdrive4445
    @rashdrive4445 4 роки тому

    Hello sir, can you make tutorial on,
    Sending multiple textviews(text view1, textview2......etc) into the same message box in new lines).
    In Message box,
    Textview1
    Textview2
    Text view3
    .
    .
    .
    .like this

    • @mafiacodes
      @mafiacodes  4 роки тому

      its a trivial question - just concatenate your textview's text into a single string and then call send email with that as a body.

  • @densaldanha
    @densaldanha 4 роки тому

    How and where is the code linked to the button? i am not able to figure that out. Please explain I am just a beginner

  • @SHAJ.T3CH
    @SHAJ.T3CH 5 років тому

    good one

  • @codeforcoders69
    @codeforcoders69 3 роки тому

    How to send gmail without opening the gmail app

  • @asifiqbal1261
    @asifiqbal1261 5 років тому

    Sir, make a tutorial on network connection checking from all activities using broadcast receiver, like UA-cam check in their application.
    Thank you, best regards

    • @mafiacodes
      @mafiacodes  5 років тому +1

      Will do so by tomorrow 😊

    • @mafiacodes
      @mafiacodes  5 років тому

      Determine and Monitor the Connectivity Status in android application ua-cam.com/video/bP-ekspjPIY/v-deo.html

  • @driven0
    @driven0 7 місяців тому

    Plz show the xml code tooo

  • @studio2038
    @studio2038 5 років тому

    we can also send email automatically:-
    1) github.com/krunalpatel3/AutoEmail-BackGround-WorkManager
    2) github.com/krunalpatel3/Send-Email-Alarm-Example