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
Great videos mate, great tutorials, great voice. You should do more. I personally think this channel will grow.
Very beautiful and informative explanation.
Thank you so much for this tutorial! It was well explained and straight to the point.
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 :).
Thank you very much sir. You taught me a lot of things by this video. Please keep doing Java(Kotlin) spring boot videos.
god bless you my friend Aamazing
Great video, as always!! keep going
Спасибо!
thank you
Great tutorial man! Will this allow emails to be sent to anyone or only to other gmail accounts?
ThankYou Bro
Хорош Иван
Less secure app access is no longer available. What should i do now?
use app password option
and remember to add {
spring.mail.properties.mail.smtp.ssl.enable=true} to you application.properties file@@kaAvihhan
It works, thank you
Not working...
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.
thank you bro