Java Spring Boot Email Sender Service Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 ноя 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

  • @ianneilagasen2842
    @ianneilagasen2842 2 года назад +2

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

  • @koketsobakwenamathole7773
    @koketsobakwenamathole7773 4 месяца назад

    Very beautiful and informative explanation.

  • @venera01010
    @venera01010 Год назад

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

  • @-Altera-
    @-Altera- Год назад +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.

  • @incharakashy
    @incharakashy Год назад

    god bless you my friend Aamazing

  • @gabrieldimitrievski5312
    @gabrieldimitrievski5312 3 года назад +1

    Great video, as always!! keep going

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

    Спасибо!

  • @nirvana9171
    @nirvana9171 Год назад

    thank you

  • @Fighterfilms1
    @Fighterfilms1 2 года назад

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

  • @srinivasareddy4521
    @srinivasareddy4521 Год назад

    ThankYou Bro

  • @maximtronin4510
    @maximtronin4510 2 года назад

    Хорош Иван

  • @seriseyes
    @seriseyes 2 года назад +1

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

    • @kaAvihhan
      @kaAvihhan 2 года назад +1

      use app password option

    • @gabriellaudenwa9445
      @gabriellaudenwa9445 Год назад

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

  • @weaintfriendsweaintfriends7346
    @weaintfriendsweaintfriends7346 2 года назад

    It works, thank you

  • @ArupBhattacharya09
    @ArupBhattacharya09 2 года назад

    Not working...

  • @Vacbid
    @Vacbid Год назад

    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.

  • @MinhNguyen-bj6uz
    @MinhNguyen-bj6uz Год назад

    thank you bro