Gracias Amigo Indio con acento bien raro para hablar ingles, me ayudaste mucho para por fin hacer eso, llevo una semana intentandolo,. nos has salvado, estamos agradecidos! 🙌🙌🙌
Hello. I can't understand why i meet with next problem. An error occurred: Mail server connection failed. Failed messages: jakarta.mail.MessagingException: Got bad greeting from SMTP host: localhost, port: 25, response: 421 Cannot connect to SMTP server ::ffff:127.0.0.1 (::ffff:127.0.0.1:25), connect error 10061
What do i need to do if an error saying "as been compiled by a more recent version of the Java Runtime (class file version 62.0), this version of the Java Runtime only recognizes class file versions up to 61.0"
@@TheDecodeNowbrother I have try with all things that needed to be successful but got an error because of gmail new updating where it doesn't have app paswowrd... Will you please help me
it's working fine.. But after few days while I restarted the application. I got an error showing password expired that which is present in application. Properties Is there any permanent solution to work long... Or is there any alternative way to do this stuff... Or If there any paid subscription need to take plz mention thank you....
thanks man but i have a qs let s say i have an application how can sent a mail to confirm that u logged at a specific time after he sign in ?? how can i do it and what am i going to write in the Postcontroller ?
Thank you for the support, to answer your question whenever user wants to sign in you will be calling an endpoint in the controller class right, and then you will call service class where you might be storing user's information in your database and as soon as the sign in is successful call the method to send the email.
This error means that you were unable to connect to your mail server, can you check the port number and password in application.properties if still unresolved let me know some more details on the error
github.com/sumanths1245/sendmail the source code is present in this repository, you can compare your code against it. What is giving 404? The mail server or some data? If it's mail server check with the configurations and setup
How would you send emails to multiple different email adresses, for example in the case of scheduled emails? Let's say you have a database with information on persons, their email addresses and a deadline (date-time) of some sort (Table columns: personName, emailAddress, taskName, deadline). How would you send scheduled emails to different email addresses 24 hrs before the stated deadline, for each person?
You can use for loop and send mails to all the mailIds in the list that you are looping through and just make that method a scheduler, just FYI there is a video on scheduler implementation as well check it out
Simple and conceptual tutorial !!!
Gracias Amigo Indio con acento bien raro para hablar ingles, me ayudaste mucho para por fin hacer eso, llevo una semana intentandolo,. nos has salvado, estamos agradecidos! 🙌🙌🙌
gracias por tus amables palabras amigo, agradezco tu apoyo
Thank you so much buddy, got it in the first try.
Great tutorial !!
the dependency Java Mail Sender not working... can u help me please?
Thank you so much bro,u explained very well....lot of appreciation
Thanks a lot for the appreciation 😊
Hello. I can't understand why i meet with next problem. An error occurred: Mail server connection failed. Failed messages: jakarta.mail.MessagingException: Got bad greeting from SMTP host: localhost, port: 25, response: 421 Cannot connect to SMTP server ::ffff:127.0.0.1 (::ffff:127.0.0.1:25), connect error 10061
same issue guess what. they will only reply to comments like "Nice video , thank you... etc" on asking what some issues they will ignore that.
Thank you its help me lot To send email in a simple manner.
Happy that it helps !!
Thank you, regards from Colombia
Thank you for your support ☺️
oe mi pana, yo tambien soy de colombia jajajajajaja
@@juancrl2que chévere pana, aquí aprendiendo sprint porque en la Uni no lo enseñan jaja
Tu é muito bom amigo, continue assim! 👏
muito obrigado pelo seu apoio
Amazing tutorial. easy as hello world program❤
Thank you !! Much love for your support :)
Thanks it worked for me.
Great one!
Thank you!!
Sabe muito amigo Indiano, é os guri não adianta.
Muito obrigado, meu amigo
great explanation ...
Thank you brother !!
With java 17 it's ok ? For follow this tuto
thanks a tonne dude
My pleasure ☺️
What do i need to do if an error saying "as been compiled by a more recent version of the Java Runtime (class file version 62.0), this version of the Java Runtime only recognizes class file versions up to 61.0"
There might be an issue with your JDK setup
Brother do you have any idea how to send from react to spring boot while I need to send welcome message to that register email.
You just have to call the post endpoint that we created in backend from react
@@TheDecodeNow brother and why I am getting 401 error while sending email from back-end is this a problem of applications. Properties
401 means unauthorised exception you have to check your configuration settings in application.properties
@@TheDecodeNowbrother I have try with all things that needed to be successful but got an error because of gmail new updating where it doesn't have app paswowrd... Will you please help me
Is it not working with just the backend or are you facing difficulties calling it from frontend?
Thanks bro
Does this also work if i use Netbeans IDE? I have an assignment that i have to send email through java
Yes irrespective of the IDE it will work the same, good luck with your assignment !!
yupp i tried it and it worked!! thank you so much
Congratulations 🎉 Happy to hear that 😊
In this how to send email template like invitation email
How can we make a database that collect all the information of the mail which were sent?
Will make a video on this, you will either have to use schedulers or use event based transactions
Timestamp 3.09 whatever you type on your screen is not visible at all
Thanks
thanks bro, thanks
Thanks for the support !!
it's working fine.. But after few days while I restarted the application. I got an error showing password expired that which is present in application. Properties
Is there any permanent solution to work long... Or is there any alternative way to do this stuff... Or If there any paid subscription need to take plz mention thank you....
thanks man but i have a qs let s say i have an application how can sent a mail to confirm that u logged at a specific time after he sign in ?? how can i do it and what am i going to write in the Postcontroller
?
Thank you for the support, to answer your question whenever user wants to sign in you will be calling an endpoint in the controller class right, and then you will call service class where you might be storing user's information in your database and as soon as the sign in is successful call the method to send the email.
could you please do a video about it and added some jwt and userDetails to gain more information and thanks for your response
Sure !! Will do that 🙂
Bro it is throwing a Mail server connection failed message ,could not connect to host,port
This error means that you were unable to connect to your mail server, can you check the port number and password in application.properties if still unresolved let me know some more details on the error
i have given the correct port number and password
@@TheDecodeNow
Some more details on error would be helpful
Bro could u give u r mail or number.i will send u the photo
connectwithdecode@gmail.com
thnx
j'ai bien suivé le video mais j'ai rien recue
thanks
Appreciate your support
It showing error...could not send request
Can you provide some more details on what exactly is the error?
@@TheDecodeNow 404 error
github.com/sumanths1245/sendmail the source code is present in this repository, you can compare your code against it.
What is giving 404? The mail server or some data?
If it's mail server check with the configurations and setup
How would you send emails to multiple different email adresses, for example in the case of scheduled emails?
Let's say you have a database with information on persons, their email addresses and a deadline (date-time) of some sort (Table columns: personName, emailAddress, taskName, deadline). How would you send scheduled emails to different email addresses 24 hrs before the stated deadline, for each person?
You can use for loop and send mails to all the mailIds in the list that you are looping through and just make that method a scheduler, just FYI there is a video on scheduler implementation as well check it out
@@TheDecodeNow Thanks, and I will :).
Please give me souce code
Link for Source code please
Will share the link by end of the day
github.com/sumanths1245/sendmail let me know if you are able to access
🎉