Java Spring Boot Email Sender Service Tutorial

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this tutorial I am going to show you how to create a simple Email Sender Service using Spring Boot.
    Github link: github.com/iva...
    Contact email: contact.ijdevcourses@gmail.com

КОМЕНТАРІ • 19

  • @koketsobakwenamathole7773
    @koketsobakwenamathole7773 Місяць тому

    Very beautiful and informative explanation.

  • @ianneilagasen2842
    @ianneilagasen2842 2 роки тому +2

    Great videos mate, great tutorials, great voice. You should do more. I personally think this channel will grow.

  • @venera01010
    @venera01010 Рік тому

    Thank you so much for this tutorial! It was well explained and straight to the point.

  • @-Altera-
    @-Altera- 11 місяців тому +2

    How would you send a timed/scheduled email at a specific date-time? So for example, if you have a database that has stored information on a specific date and time (e.g. for a task of some sort), how would you send an email to a recipient (responsible for that task) let's say 24 hours before that date-time value. This date-time could be an upcoming appointment or a deadline and the email should remind the recipient of this 24 hours prior that date-time.
    For simplification, let's say that a database table has the following columns: name, emailAddress, taskName, date-time. The software would then based on the email and date-time values of the row same row send a mail to the email address 24 hours prior to the date-time value.
    A tutorial or something of the like would be nice but I appreciate any response to the question :).

  • @otabeknigmatov5171
    @otabeknigmatov5171 2 роки тому

    Thank you very much sir. You taught me a lot of things by this video. Please keep doing Java(Kotlin) spring boot videos.

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

    Great video, as always!! keep going

  • @incharakashy
    @incharakashy Рік тому

    god bless you my friend Aamazing

  • @СтаниславРодионов-к9ы

    Спасибо!

  • @Fighterfilms1
    @Fighterfilms1 2 роки тому

    Great tutorial man! Will this allow emails to be sent to anyone or only to other gmail accounts?

  • @nirvana9171
    @nirvana9171 Рік тому

    thank you

  • @MinhNguyen-bj6uz
    @MinhNguyen-bj6uz Рік тому

    thank you bro

  • @maximtronin4510
    @maximtronin4510 2 роки тому

    Хорош Иван

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

    Less secure app access is no longer available. What should i do now?

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

      use app password option

    • @gabriellaudenwa9445
      @gabriellaudenwa9445 10 місяців тому

      and remember to add {
      spring.mail.properties.mail.smtp.ssl.enable=true} to you application.properties file@@kaAvihhan

  • @ArupBhattacharya09
    @ArupBhattacharya09 2 роки тому

    Not working...

  • @weaintfriendsweaintfriends7346

    It works, thank you

  • @Vacbid
    @Vacbid 10 місяців тому

    Parameter 0 of constructor in com.holidayoffer.business.concretes.EmailManager required a bean of type 'org.springframework.mail.javamail.JavaMailSender' that could not be found.

  • @srinivasareddy4521
    @srinivasareddy4521 Рік тому

    ThankYou Bro