Send Email Using Spring Boot | Gmail SMTP | Java Mail Sender

แชร์
ฝัง

ความคิดเห็น • 195

  • @TotalWellnesstv-wh9st
    @TotalWellnesstv-wh9st ปีที่แล้ว +19

    No words to explain the simplest way of your explanation bro. Cheers!

  • @zaferozsoy4770
    @zaferozsoy4770 9 หลายเดือนก่อน +2

    After a week of trying, your video had the right hint, thank you

  • @ashvinirankhamb4598
    @ashvinirankhamb4598 ปีที่แล้ว +1

    Thanks for this video, I was facing issue regarding mail properties and trying to fix it from last 3days, but with watching your video its quick solved....Thank you so much.....

  • @markshroom6026
    @markshroom6026 ปีที่แล้ว +3

    Ive been craving for this type of tutorial! Thanks a lot!!!

  • @CST1992
    @CST1992 19 วันที่ผ่านมา +1

    Excellent video. Great explanation from start to finish.

  • @Abhinayanagarajan-x8p
    @Abhinayanagarajan-x8p 5 หลายเดือนก่อน

    Wow, this post is a goldmine for Java developers. As someone who's worked with AI-powered systems, I can't help but think how cool it would be to integrate email functionality with intelligent agents. Imagine having AI assistants that could automatically compose and send personalized emails based on complex business logic.

  • @advaitnaik6824
    @advaitnaik6824 หลายเดือนก่อน +1

    Best short video... Too the point and just great

  • @nihmathaafiya9693
    @nihmathaafiya9693 ปีที่แล้ว +3

    Spring Boot just makes it so easy, and you make it much easier to understand. Thank you so much

    • @CodeWithArjun
      @CodeWithArjun  ปีที่แล้ว

      Happy to hear that!

    • @vamsivickey6185
      @vamsivickey6185 ปีที่แล้ว

      Is this code is working now

    • @vamsivickey6185
      @vamsivickey6185 ปีที่แล้ว

      I have searched so many codes but unable to get email authentication
      Is your code works fine?

    • @trolloosoomgf527
      @trolloosoomgf527 ปีที่แล้ว

      @@vamsivickey6185 Hey, I just tested the code and it sends the mail successfully

    • @richasharma7468
      @richasharma7468 8 หลายเดือนก่อน

      @@trolloosoomgf527 I am not getting option for app password

  • @andrew_nguyen05
    @andrew_nguyen05 6 หลายเดือนก่อน

    Thank you so much !!! This video is far beyond great, it's concise, straight to the main point, precise and nicely organized ! Thanks for the gem sir

  • @banegeric6537
    @banegeric6537 2 ปีที่แล้ว +15

    I love the way he pronounce java and generate😂😂

  • @venkydasari3481
    @venkydasari3481 หลายเดือนก่อน +1

    Awesome Finally I'm able to do basic email service

  • @prakasharyal4048
    @prakasharyal4048 2 ปีที่แล้ว +1

    Ekdam ramro content bro, ajhai dherai video haru aaos good luck!!

  • @ChandanKSwain
    @ChandanKSwain 9 หลายเดือนก่อน +1

    Thanks a lot, you saved me. I have been stuck into a problem, it worked now

  • @MohamedSaid-ub3ib
    @MohamedSaid-ub3ib 7 หลายเดือนก่อน +1

    perfect explanation, thank you so much for simplicity and clearance

  • @Axelarate
    @Axelarate 10 หลายเดือนก่อน +1

    Thanks buddy you save my day with this tutorial 🤗

  • @antonignatenko7776
    @antonignatenko7776 2 ปีที่แล้ว +2

    thanks at first it didnt work but then i found its because of properties in yml. It worked in the end.Thanks for exlanation

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว +1

      Glad it helped ! Be sure to subscribe.

    • @antonignatenko7776
      @antonignatenko7776 2 ปีที่แล้ว +1

      @@CodeWithArjun done

    • @roan1435
      @roan1435 2 ปีที่แล้ว

      Hey man its not working for me to.. Do you mind sharing because of which property in XML...

    • @antonignatenko7776
      @antonignatenko7776 2 ปีที่แล้ว

      @@roan1435 hey mate i don't remember exactly what caused the problem. But now after checkign the project i can say its pretty easy just make sure you set your configs in yml right
      here is what i got
      spring:
      servlet:
      multipart:
      max-file-size: 3MB
      datasource:
      url: 'jdbc:mysql://localhost:3306/name'
      username: root
      password: 12345678
      mail:
      host: smtp.gmail.com
      username: email address
      password: password
      port: 587
      properties:
      "mail.transport.protocol": smtp
      "mail.smtp.auth": true
      "mail.smtp.starttls.enable": true

  • @jpedrosouza-w3c
    @jpedrosouza-w3c ปีที่แล้ว +2

    SAVED ME!!! TKS MAN, UR THE BEST

  • @eliyassala3505
    @eliyassala3505 3 ปีที่แล้ว +1

    Dope video on Springboot and Java!

    • @CodeWithArjun
      @CodeWithArjun  3 ปีที่แล้ว

      Glad it was helpful. Be sure to subscribe.

  • @skanerkodowkreskowychqr3794
    @skanerkodowkreskowychqr3794 2 หลายเดือนก่อน +1

    Really good job!!!

  • @abiramianand6116
    @abiramianand6116 2 ปีที่แล้ว +2

    Thank you .....my issue fixed because of this video...do more videos

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      Glad it helped ! Be sure to subscribe.

  • @manishmachha7791
    @manishmachha7791 ปีที่แล้ว +1

    Thank you bro. It's very useful. Instead of setting up node js backend server, it's a very easy method using spring boot.

  • @leonardorochedo3686
    @leonardorochedo3686 ปีที่แล้ว +2

    amazing video, congratulations and thnks

  • @tompol5433
    @tompol5433 10 หลายเดือนก่อน +1

    You are AMAZING !!! thank you very much it worked !!!

  • @reiniskomuls4682
    @reiniskomuls4682 2 ปีที่แล้ว

    Finally found some fast&easy tutorial. Thank you!

  • @cemtuncaksuna7229
    @cemtuncaksuna7229 3 ปีที่แล้ว +2

    Great explanation , thanks ...
    hello from turkey :)

  • @rohannagar5263
    @rohannagar5263 ปีที่แล้ว +2

    awesome. Thanks for the wonderful explanation, its very helpful.

  • @lucaswerlemelz9502
    @lucaswerlemelz9502 3 ปีที่แล้ว +4

    This is gold. Thank you.

  • @rubencristobal655
    @rubencristobal655 2 ปีที่แล้ว +2

    Great!! Excellent just what i was looking for. Thank you a lot.

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว +1

      Glad it helped! Be sure to subscribe.

  • @kamleshpatil1959
    @kamleshpatil1959 ปีที่แล้ว +1

    Thank you for the tutorial working perfectly...

  • @indiranindiran9498
    @indiranindiran9498 2 หลายเดือนก่อน +1

    Thank you. Great job

  • @rashelmkhan6703
    @rashelmkhan6703 2 ปีที่แล้ว +1

    Excellent, keep up the good work

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      Thanks, will do! Be sure to subscribe.

  • @nicolasdhondt5787
    @nicolasdhondt5787 2 ปีที่แล้ว +1

    Thanks so much! I'm going to use it on my school project :)

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      You're welcome 😊 Be sure to subscribe.

  • @neilmas
    @neilmas 6 หลายเดือนก่อน +1

    Works like a charm

    • @saideepak1690
      @saideepak1690 6 หลายเดือนก่อน

      I can't find the app password section

  • @chamikamac
    @chamikamac 8 หลายเดือนก่อน +1

    Great video. Really helpfull

    • @CodeWithArjun
      @CodeWithArjun  8 หลายเดือนก่อน

      Glad it was helpful!

  • @MrBrackets
    @MrBrackets 2 ปีที่แล้ว +1

    easy, fast, very good, thank you for sharing!

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      Glad to hear that, Be sure to subscribe.

  • @Ronniefil
    @Ronniefil ปีที่แล้ว +1

    Thanks! Worked perfectly!

  • @bengraham1798
    @bengraham1798 3 หลายเดือนก่อน +1

    Great video, thank you 🙏

    • @CodeWithArjun
      @CodeWithArjun  3 หลายเดือนก่อน

      Glad you enjoyed it!

  • @malliendk
    @malliendk 2 ปีที่แล้ว +1

    Thanks a lot, great help! It actually worked perfectly :)

  • @qiulinwang5532
    @qiulinwang5532 2 ปีที่แล้ว +1

    Thank you so much! I can follow your work and it really save my time.

  • @medAmineRg
    @medAmineRg ปีที่แล้ว +1

    thanks man that was helpful!!

  • @CodeWithRains
    @CodeWithRains 3 หลายเดือนก่อน

    2:01 where i can find this details for other mails than google ?

  • @codex8797
    @codex8797 ปีที่แล้ว +1

    Thanks bro, really helped

  •  ปีที่แล้ว +2

    you re the man

  • @Futsyysh
    @Futsyysh 6 หลายเดือนก่อน +1

    OMG Thanks bro) So es

  • @zandrofrancisdelgado6867
    @zandrofrancisdelgado6867 8 หลายเดือนก่อน

    does this have dependency added to your project structure sir? and how to add that to a existing project

  • @sarjibkarki1258
    @sarjibkarki1258 3 ปีที่แล้ว +1

    You saved my time. Thank you!

  • @nikolayyakimov6992
    @nikolayyakimov6992 2 ปีที่แล้ว +2

    Great work.

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      Thank you! Cheers! Be sure to subscribe.

  • @elvis_matus
    @elvis_matus ปีที่แล้ว +1

    Excellent!

  • @mouyassermaaoui3377
    @mouyassermaaoui3377 4 หลายเดือนก่อน

    Thank you for the explanation.
    Once I deployed an app implementing the same mailing logic on AWS the service stop functioning can you help me ?

    • @VermaSumit_1
      @VermaSumit_1 4 หลายเดือนก่อน

      did you get the reason?

  • @1337ArMaAa
    @1337ArMaAa 4 หลายเดือนก่อน +1

    Subbed, tysm!

  • @DhaneshProgrammer
    @DhaneshProgrammer ปีที่แล้ว +3

    Dear Sir,
    I have a doubt regarding the tutorial I followed. Despite following it carefully, I encountered an error message stating "unable to find valid certification path to requested target" and "unable to find valid certification path to requested target; message exceptions (1) are: Failed message 1: jakarta.mail.MessagingException: Could not convert socket to TLS." I believe the issue may be related to the configuration of my certificate. Could you please provide a tutorial on how to configure the certificate?
    Thank you.

  • @pasqualeandriano6321
    @pasqualeandriano6321 7 หลายเดือนก่อน

    Can i add dependency after initialize the project?

  • @searrell
    @searrell 9 หลายเดือนก่อน

    Do you have a video on how to send an email with spring that contains information from a java application. For example I want to send an email with
    Github updates to projects

  • @RiyaSharma-np6eo
    @RiyaSharma-np6eo 3 ปีที่แล้ว

    what if we want to add a customised body, like I need to add a dynamically generated table in the body of the email.

  • @idslw3489
    @idslw3489 5 หลายเดือนก่อน

    Hi man! Is this production ready? Can I post the app like this to aws and the emails will get properly delivered?

  • @mvximiolost2713
    @mvximiolost2713 2 ปีที่แล้ว

    class file for javax.mail.internet.MimeMessage not found do u know how to fix this?

  • @АртёмАртём-г4к3д
    @АртёмАртём-г4к3д 6 หลายเดือนก่อน

    Can i use it on prod? What are a Gmail SMTP limits?

  •  ปีที่แล้ว +1

    great video, thank you

  • @surajnath5148
    @surajnath5148 2 ปีที่แล้ว

    Everything works fine in my localhost, but when I configured in my live server it sending mail after 1 to 2 (too slow)minutes. kindly Help🙏🏻

  • @daisymanmohansingh1402
    @daisymanmohansingh1402 2 หลายเดือนก่อน

    Bro what if the mail is not correct how to know if the email is valid or not. (Not regex)

  • @maxihanke2845
    @maxihanke2845 2 ปีที่แล้ว +1

    Hi, I have a problem with the tutorial. When I try to autowire the mailSender i get a error which says: "Could not autowire. No beans of 'JavaMailSender' type found.". Do you know how i can maybe fix this. It would be very nice because I need this for a university project. Thank you

    • @philgrauenkopp5640
      @philgrauenkopp5640 2 ปีที่แล้ว

      Use the 1.6.7 Version of the jakarta.mail dependency, this fixed the Issue for me

    • @maxihanke6374
      @maxihanke6374 2 ปีที่แล้ว

      @@philgrauenkopp5640 Where can you do that :/?

    • @andresfelipelosadaandrade6566
      @andresfelipelosadaandrade6566 2 ปีที่แล้ว

      ​@@philgrauenkopp5640 Good video

  • @aymenbenhadjothman8426
    @aymenbenhadjothman8426 3 ปีที่แล้ว +2

    Also i want to know how to design with colors and borders an email when sending it

    • @CodeWithArjun
      @CodeWithArjun  3 ปีที่แล้ว +1

      I will research on that and try to make video.

  • @alekhyaakella6331
    @alekhyaakella6331 3 ปีที่แล้ว +2

    Hi , I didn't understand why we are setting app passwords? By providing that what's the use to sender and receiver? Plz give me clarity on this.
    Thanks in advance.

    • @blakeatkinson
      @blakeatkinson ปีที่แล้ว

      It’s so that you don’t have to put your actual password to sign into your account into ur code and also ensures that you don’t get flagged by google as a bot because they know you are a bot and that that boy is supposed to be in your account

  • @kieranmueller5794
    @kieranmueller5794 7 หลายเดือนก่อน +2

    No app password setting in google security account. Anybody find solution?

    • @VGJjkrge
      @VGJjkrge 6 หลายเดือนก่อน

      Yes,search it as App password

    • @hash1825
      @hash1825 หลายเดือนก่อน +1

      @@VGJjkrge thanks man. you are a life saver

  • @patriciateocan3774
    @patriciateocan3774 ปีที่แล้ว +1

    very useful!

  • @vukedd
    @vukedd 5 หลายเดือนก่อน +1

    Thanks a bunch!!!

  • @khoanguyenhuy2013
    @khoanguyenhuy2013 หลายเดือนก่อน +1

    Very simple, many thanks. But does this still correspond to 2024 sir?

  • @tadtab2
    @tadtab2 2 ปีที่แล้ว

    Keep up with such perfect tutorial!!!

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      Glad you liked it, Be sure to subscribe.

  • @dancmacabre
    @dancmacabre ปีที่แล้ว

    hi, can someone help, i cant find app passwords in my account settings anymore

  • @tranhoanganhk17dn
    @tranhoanganhk17dn 3 หลายเดือนก่อน +1

    Thank you so much

  • @ЯроцкийЕвгений
    @ЯроцкийЕвгений ปีที่แล้ว +1

    Nice!

  • @nprajwal420
    @nprajwal420 ปีที่แล้ว +1

    Super class

  • @diego10correa
    @diego10correa ปีที่แล้ว +1

    can i run the project in the eclipse ide?

  • @pi_by_2224
    @pi_by_2224 10 หลายเดือนก่อน +1

    Thanks brother : )

  • @francksgenlecroyant
    @francksgenlecroyant 3 ปีที่แล้ว +2

    you saved me !!!!!!!!

  • @letractien
    @letractien ปีที่แล้ว +1

    wonderful

  • @mirarima8877
    @mirarima8877 ปีที่แล้ว

    and if we want multiple users to send email ?

  • @SVruw
    @SVruw 3 ปีที่แล้ว +2

    Can multiple send gmail ??

    • @CodeWithArjun
      @CodeWithArjun  3 ปีที่แล้ว

      You can.

    • @bozmore
      @bozmore 2 ปีที่แล้ว

      @@CodeWithArjun How can we scale the application for 400K+ user?

  • @zaheerabass7955
    @zaheerabass7955 8 หลายเดือนก่อน

    Hi for me the app password option is not coming ??

  • @bayaraicha5233
    @bayaraicha5233 2 ปีที่แล้ว

    i have this error
    unable to find valid certification path to requested target

  • @HaiChu2412
    @HaiChu2412 ปีที่แล้ว +1

    BEST

  • @neilmas
    @neilmas 6 หลายเดือนก่อน +1

    thank you very much

  • @antonychristos
    @antonychristos 11 หลายเดือนก่อน

    I tried this and this works, but I created 2 test emails to see if this works. But the next day when I tried to login to the test email it shows "Your account has been disabled. It looks like this account has been created or used with multiple other accounts to violate Google's Policies. This account might have been created by a computer program or bot." Does anyone know why this happens? and how is this violating Google's policies and is there any fix to this?

  • @live2fightesports409
    @live2fightesports409 5 หลายเดือนก่อน

    When I listen to you... I remember.. " Hello.. Brother.. Idharrrrr. " 😂😂😂😂

  • @quannguyenviet398
    @quannguyenviet398 ปีที่แล้ว +1

    thanks for sharing

  • @bhargavreddy5866
    @bhargavreddy5866 2 ปีที่แล้ว

    if we need to add logo or favicon then how? plz show me

  • @mariawtr
    @mariawtr 2 ปีที่แล้ว

    How do I do when the user is gonna entry the email in the front(angular)?

    • @MrBrackets
      @MrBrackets 2 ปีที่แล้ว

      you can make and end point in your backend that receive the user data and later send the email...

  • @milosrnic5072
    @milosrnic5072 2 ปีที่แล้ว

    I got error message: "unable to find valid certification path to requested target". Can you help me?

    • @ikirstenHD
      @ikirstenHD 2 ปีที่แล้ว +2

      disable antivirus

    • @weslax8346
      @weslax8346 2 ปีที่แล้ว

      @@ikirstenHD thank you so much!

  • @aymenbenhadjothman8426
    @aymenbenhadjothman8426 3 ปีที่แล้ว +2

    Can u make for us another video wich i can send an email with an attachement with is like a pdf

    • @CodeWithArjun
      @CodeWithArjun  3 ปีที่แล้ว +2

      Next video will be on that be sure to subscribe.

  • @khanshahin4905
    @khanshahin4905 11 หลายเดือนก่อน

    Hello I am learning your Send Email Using Spring Boot I am getting few error can you please help me> public void triggerMail() throws MessagingException {

  • @youssef1245
    @youssef1245 2 ปีที่แล้ว +1

    does it work with java8?

    • @CodeWithArjun
      @CodeWithArjun  2 ปีที่แล้ว

      yes. definitely. Don't forget to subscribe.

  • @vennilaponnusamy622
    @vennilaponnusamy622 2 ปีที่แล้ว +2

    Thank you

  • @CodeWithRains
    @CodeWithRains 3 หลายเดือนก่อน

    3:00 bade bhai hamare gmail me toh yeh option hi nahi hai app password kaa

  • @JohnDoe-ej6vm
    @JohnDoe-ej6vm 2 ปีที่แล้ว

    i am getting this error
    Local address contains control or whitespace

  • @ehdckss
    @ehdckss ปีที่แล้ว +1

    Thanks!

  • @shanmukhasravanthi8276
    @shanmukhasravanthi8276 2 ปีที่แล้ว

    How can we send email for multiple users???

  • @maiatef1413
    @maiatef1413 หลายเดือนก่อน +1

    thanks brooo

  • @Neerajkushwaha-uz8wo
    @Neerajkushwaha-uz8wo 2 ปีที่แล้ว

    Please make a video on how to send email without using password

  • @magesh9826
    @magesh9826 2 ปีที่แล้ว

    hi, why we are app passwords setting

  • @Kevinyo1538
    @Kevinyo1538 ปีที่แล้ว

    Nice video.! But My App doesn't send an email. But in mockMvc Test, it works using same method(to send email) . I don't know why.. (3am now..) .
    If someone know about this situatioin, plz reply....(working in Test app, but not working Spring boot app)