Just nw my team given this task to do, thanks alot bro,,, keep going and help many to learn
@DailyCodeBuffer3 жыл бұрын
Glad it helped 🙂
@mostafadaneshvar31462 жыл бұрын
i dont know why when i watch your video my problems solved in less than 15 minutes!!thanks daily code
@thetechthirsty7134 жыл бұрын
I just got work to send mail from spring boot and this video dropped. Thanks a lot
@DailyCodeBuffer4 жыл бұрын
Glad it helped ☺️
@TucoHeisenberg3 жыл бұрын
Haha nice
@funcoding17972 жыл бұрын
Your knowledge and mastery as well as your teaching method are excellent. God bless you.
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏
@phuocsanghuynh29353 жыл бұрын
Very easy to understand from your explanation! Have a nice day guy! from Vietnam with love
@DailyCodeBuffer3 жыл бұрын
Thanks 🙏
@kirwakelvinkering31222 жыл бұрын
Thank you Sooo much for this channel ,, as I take tutorials on the same , I gain more interest in watching more , your explanation is that , simple demistifyning confusions once and for all ,, the best of all the Spring boot totorials .
@DailyCodeBuffer2 жыл бұрын
Thank you so much 😊
@kirane59113 жыл бұрын
Thank you so much Brother for explaining well about this project
@eufraniodiogo503 жыл бұрын
Super simple and super well explained
@DailyCodeBuffer3 жыл бұрын
Thanks
@Gamer_with_knowledge2 жыл бұрын
Superb Man. Thanks a lot , the most simple explanation over the internet. :)
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@-Altera- Жыл бұрын
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 :).
@michas83 Жыл бұрын
thx Man :)I have fighted with it 2 days.
@fridrixengels69433 жыл бұрын
Thank you bro. It helped me a lot.
@svalyavasvalyava9867 Жыл бұрын
awesome tutorial, thank you 😊
@DailyCodeBuffer Жыл бұрын
Glad it was helpful!
@axelltejada62653 жыл бұрын
Excellent video bro, it helped me a lot
@chaithanyakarkera154 Жыл бұрын
Nicely explained 👏
@mithatakbulut64903 жыл бұрын
You saved my day bro. thanks
@habtomgebre13482 жыл бұрын
thanks for the interesting concept, but I have a question, assume we have received daily data with the attached link in the same outlook email that link has a data that needs to save on the database, this email is coming every day and the database needs updated data, which means for every that email coming data the with the database also updated. how can implement this ?.
@Spider-Man_676 ай бұрын
Thanks bro, maza aagya, bas thoda aur cheezo ko explain kiy karo like technical details.
@pragmaticcoder69103 жыл бұрын
Thanks a lot for this tutorial. Well explained !! :) Could you please make a video on Spring boot-Kafka to trigger email notifications?
@chisomemmanuel6160 Жыл бұрын
Very Awesome tutorial ❤, thank you very much sir but please what theme do you use in your intellij IDE
@DailyCodeBuffer Жыл бұрын
Thanks 🙏 Xcode Dark theme
@anupjuly2 жыл бұрын
the modern mail service providers offer encrypted alternatives on different ports that use SSL/TLS to encrypt all the data being sent over the wire or to upgrade an existing unencrypted connection to SSL/TLS. Plz upload/refer the video if you have.
@Fighterfilms12 жыл бұрын
Great tutorial man! Will this allow emails to be sent to anyone or only to other gmail accounts?
@sakillaskar76322 жыл бұрын
Why ur channel is underrated 😭?
@DailyCodeBuffer2 жыл бұрын
🙏🏻
@srichaitanya63784 жыл бұрын
Thanks a lot !! how to integrate JSP or thymeleaf to this project
@carlosalbertomassavanhanej33303 жыл бұрын
Congrats nice and explicative video!!! Keep doing.
@DailyCodeBuffer3 жыл бұрын
Thank you
@abhinav94693 жыл бұрын
Easy and accurate tutorial
@DailyCodeBuffer3 жыл бұрын
Thank you
@sarulatha73743 жыл бұрын
Hi, Could you please make a video abt how to send an email using SES service in AWS using springboot
@antonyjees5432 жыл бұрын
Good video 👍 good explanation
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@M3M3sG4m3Rs3 жыл бұрын
thanks man you helped me a lot
@DailyCodeBuffer3 жыл бұрын
Thank you
@ismailarifm50413 жыл бұрын
It's simple and straight to the point ! Please make more videos like this. I smashed the red button :-D
@DailyCodeBuffer3 жыл бұрын
Thank you so much
@nihatismayilzade20762 жыл бұрын
Hello Shabir than you for informative content. But I ask you a question. How to integrate "email subscription" for spring boot project? For example I want to do any newsletter who subscribed my site and those person aware of its newsletter. thank you in advance
@srigakolapuatchuthasai59294 жыл бұрын
Nice explan, thanks a lot
@DailyCodeBuffer4 жыл бұрын
Thank you
@mertcomert78933 жыл бұрын
Hi How to create xlsx file injected by database and directly add as attachment to email and sending through smtp? Could you show us on video?
@ViralShortsOfDuniya2 жыл бұрын
Use Spring Workbook(apache.poi) concept for xlxs file, once the xlxs file is created attach the file as byteArray
@kirwakelvinkering3122 Жыл бұрын
Hello daily code ? How do you handle nested Json from the client using @RequestBody ? Like am having a client sending nested Json to the spring boot server ,and am stuck.
@bilaldekar25603 жыл бұрын
thanks you for the video, how can i use this behind proxy?
@abhisheknarwal44373 жыл бұрын
I am generating a pdf by using iText and tryin to send that as an attachment in the mail but everytim I get a file not found exception, could you please help me with that?
@weixiangng8279 Жыл бұрын
How about for outlook and without authentication?
@bharathn17203 жыл бұрын
thanks brother, for letting know this
@ViralShortsOfDuniya2 жыл бұрын
Could you help me how to remove CC? Because when i keep cc as null or empty it takes the e-mail id of the From mail id!
@YoutuberMaskarado3 жыл бұрын
Hi, Im getting this error: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. v16sm4395084qth.51 - gsmtp
@YoutuberMaskarado3 жыл бұрын
Found the solution. I had to disable the checking in Avast program on Windows for sending emails.
@harishbabu19202 жыл бұрын
Simple and Amazing ....Thanks a lot @Daily Code Buffer💌
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻 ❤️
@ranjeevtiwari69762 жыл бұрын
Thanks for this application. Can you please also help to understand how you can pass an html template in body instead of passing simple textmessage.
@naranisrimani7343 Жыл бұрын
Can we select gradle project and do the same, does it works plss reply I need ur help pls
@kumarpoobendra2 жыл бұрын
Hi bro, Do you have an idea how to send the attachment with password protected using java spring boot..
@ariagaluhp2 жыл бұрын
Nice video sir! Is there any more similar tutorial where we can send validation of user register via email with REST API ?
@diegoramos272 жыл бұрын
How do you handle bounces sir ?
@pranoydas96542 жыл бұрын
For outlook , how can you configure?
@ainigma1004 жыл бұрын
Thank you for your video! Assume that we have the following case: We want to send an email with a PDF attachment without having the PDF stored locally. For instance, we query the database table "EMPLOYEE" and we want the results to be saved in a PDF and then attach this PDF to the email. Keep in mind that we do not want to create the PDF file locally because the server might not allow the web service to create files locally. Maybe, we will have to attach multiple files as well. Is this possible?
@RutgerOlthuis3 жыл бұрын
I doubt that's even possible. You need some temp folder where you can store the PDF.
@sujeetpalei50983 жыл бұрын
Did you find any solution to this
@ainigma1003 жыл бұрын
@@sujeetpalei5098 Not really. I had to save the file in the tmp folder of the server. After I send the email, I delete the PDF from the tmp folder
@sujeetpalei50983 жыл бұрын
@@ainigma100 do you have any reference code?
@ainigma1003 жыл бұрын
@@sujeetpalei5098 To tell you the truth at the moment I do not have it. Whenever I find time, I will post here. Keep in mind that I cannot post the whole code …
@AnkitKumar-wk1ux4 жыл бұрын
hello, i'm getting this "java.nio.file.InvalidPathException: Trailing char < > at index 16: E:\\emailsent.gif" error while sending mail with attachment.
@YoutuberMaskarado3 жыл бұрын
Awesome! Clear and the most importantly... fast. Do you know how to make body html templates also? The package structure and everything else?
@Bimal_Behera3 жыл бұрын
You can use thymeleaf engine to do so, and I don't get what do you mean by package structure.
@YoutuberMaskarado3 жыл бұрын
@@Bimal_Behera thank you, I managed to do it with freemarker. About the package structure what I want to say is: What is the best folder structure in Eclipse to do it. What I did: I put the templates on resource/template, and the Mail class on src/utility, and I don't know if it is the best choice for that.
@AshutoshKumar-jn2zz3 жыл бұрын
Sending mail From Outlook what changes we need to do?
@abitham81752 жыл бұрын
how to store this email in database with attachment and retrieve the email and send it via email???
@cesarbranco18892 жыл бұрын
Can you help? Description: Field mailSender in com.example.saj.email.email.EmailSenderService required a bean of type 'org.springframework.mail.javamail.JavaMailSender' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)
@oshogarg52154 жыл бұрын
Thank you so much brother .
@DailyCodeBuffer4 жыл бұрын
Thanks
@oshogarg52154 жыл бұрын
@@DailyCodeBuffer I want to give you one suggestion
@DailyCodeBuffer4 жыл бұрын
Tell me
@oshogarg52154 жыл бұрын
Please create Spring Boot project videos from basic to advance level projects only using Spring Boot Only just like you created a Simple Email Cliet using Spring Boot .A personsearching for Spring Boot Projects may not be interested in Docker+Spring Boot or AWS+Spring Boot.
@skytech41752 ай бұрын
please implement logout functionality. Thank you sir
@DailyCodeBuffer2 ай бұрын
I'll keep that in mind for future tutorials! 🙏
@vietdungduong47904 жыл бұрын
Authentication failed; nested exception is javax.mail.AuthenticationFailedException: failed to connect, no password specified? help me
@DailyCodeBuffer4 жыл бұрын
Could you please make sure you have entered credentials correctly and all config is correct 🙏
@carlosalbertomassavanhanej33303 жыл бұрын
besides what @DailyCodeBuffer said, I would recommend you to be sure that you are using the app password instead of your email password
@Mersal-tq9lm2 жыл бұрын
Good one👍
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@pulakbordoloi49182 жыл бұрын
It was nice video sir ,but i am encountering an error ,the service is not appearing in eureka but it is succesfully sending the mail,what can be issue sir?
@juned60762 жыл бұрын
Great work
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@teoman4363 жыл бұрын
Thanks a lot!:)
@ayeshaazmiprity37623 жыл бұрын
How can I read a . eml which saved in my desktop ?
@babyscookbook27512 жыл бұрын
How to send email using apache kafka...? Please reply
@robinrajlouis91832 жыл бұрын
How can send mail to span folder
@bharathirv84793 жыл бұрын
Great explanation, however gmail mail server is using tls protocol so we can use tls config and can able to trigger mail fro springboot apps, but some other provider like godaddy is using ssl encryption for their smtp servers for that how can we trigger, i searched lot but none of the resources available with solution. Can you able to provide if there is any way.
@simon82849 ай бұрын
Bro from where did you learnt Spring Projects? What paid courses, articles, yt_playlists, etc... you studied from?
@bharathirv84799 ай бұрын
@@simon8284 many yt available bro, daily code buffer, java techie, amigoscode,coding streams,bouli ali etc
@dogranmol2 жыл бұрын
is there a limit on how many free mails you can send
@sankalparora93742 жыл бұрын
How did you Autowired JavaMailSender without having it's been anywhere in the project. My INtelliJ throws error for that.
@DailyCodeBuffer Жыл бұрын
What exact error are you getting?
@sankalparora9374 Жыл бұрын
@@DailyCodeBuffer IntelliJ was showing error - but when I built, it worked. Now, the question is who is creating the bean... Spring boot or any component of it ?
@vinothinimano64332 жыл бұрын
how to use to send outlook mail in this code
@javainfinity5963 жыл бұрын
I Love You videos
@vijaykumar-wu9jc3 жыл бұрын
Hi am getting this exception pls help org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted.
@DailyCodeBuffer3 жыл бұрын
Have you enabled teo factor authentication? If not please add and check again. Hopefully it will resolve
@vijaykumar-wu9jc3 жыл бұрын
@@DailyCodeBuffer thank u for quick response , i fixed it
@VishalPatel-mi4ui3 жыл бұрын
while creating app password, gmail says "error creating app password" and show nothing else.
@ikeshavgiri2 жыл бұрын
How to send email with your actual name instead of email id as your name ?
@patricio7583 жыл бұрын
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
@carlosalbertomassavanhanej33303 жыл бұрын
try to use no ssl port for smtp
@theWorldOfIss Жыл бұрын
How to perform in 2023 🎉
@garikinarajesh1999 Жыл бұрын
I'm getting error like "Required Application specific password" ?
@vemularasagna23073 жыл бұрын
How to send only sender name without displaying send email address
@sumantasamal67614 жыл бұрын
Nice video..
@DailyCodeBuffer4 жыл бұрын
Thank you
@jax400013 жыл бұрын
How to send email via outlook
@sujithg58734 жыл бұрын
Bro it useful
@DailyCodeBuffer4 жыл бұрын
Thank you
@21dsbannachouhan Жыл бұрын
moj kar di ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
@DailyCodeBuffer Жыл бұрын
🙏🙏
@shubhambhatt329 Жыл бұрын
Thnks man
@DailyCodeBuffer Жыл бұрын
Welcome
@simon82849 ай бұрын
Bhai code explain krna tha, akele classes ke names padh ke code nahi krna tha...
@bars16282 жыл бұрын
okey
@start1learn-n1716 ай бұрын
Tq
@albertonengues60463 жыл бұрын
HI i using spring webflux but i have this problem: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
@tareeqazeez7344 Жыл бұрын
Hi, I am facing this below exception , how can i resolve it ? 530 5.7.0 Must issue a STARTTLS command first. be11-20020a170902aa0b00b001b06c106844sm18078646plb.151 - gsmtp