Does it free or paid? Because, it seems we have to buy the service from send Grid or any email providers. So how it differs from those service providers?
gmail SMTP service can be use free with certain limitations, if you want to use production large scale projects, then you have to purchase, and other service providers like SendGrid also can use freely with certain limitations
doesn't google smtp not work for free anymore ? is that why i can't seem to be able to do 2 step verification with a new account , it always says error ? and also even with it it doesn't send anymore....
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 :).
Schedule the script or application to run periodically (e.g., every hour) using a task scheduler or a cron job. When the script runs, it will check the database for upcoming tasks and send reminder emails to those that meet the 24-hour criteria.
Hi thank you for this video it really helped me so if you can do us a video about spring boot authentication and authorization role based access control
Thank you, I had trouble setting up the google account. this video solved that problem.
Thank you so much it's working very very well thank you for the tutorial
Thank you for teaching so patiently and with every steps.
It was very helpful, thank you
Thanks brother helped me a lot❤❤
Thank you
Does it free or paid?
Because, it seems we have to buy the service from send Grid or any email providers.
So how it differs from those service providers?
gmail SMTP service can be use free with certain limitations, if you want to use production large scale projects, then you have to purchase, and other service providers like SendGrid also can use freely with certain limitations
@@lambdacode oh.. Thanks dude.. Actually I thought the gmail SMTP can be used on production for free 😅
Hello, I'm new to springboot. Why does it say "Key 'smtp' is not expected here" when configuring the yml file?
nice explain but I have only one problem not a big issue but you can fix you sound please(Very low)
Thanks for this knowledge
Which pattern did you use ?
doesn't google smtp not work for free anymore ? is that why i can't seem to be able to do 2 step verification with a new account , it always says error ? and also even with it it doesn't send anymore....
Thank you! It works great!
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 :).
Schedule the script or application to run periodically (e.g., every hour) using a task scheduler or a cron job. When the script runs, it will check the database for upcoming tasks and send reminder emails to those that meet the 24-hour criteria.
@@lambdacode Thanks!
Thank u..my Lord
Hi thank you for this video it really helped me so if you can do us a video about spring boot authentication and authorization role based access control
Thanks a lot
Thank You...
Hello brother mujhe ye software create kar ke de sakte ho
i am not using gmail,istead i use webmail,is this applicabel for that too
Yes, you can
thanks Brother...