Spring Boot | Sending Email with #Freemarker HTML Template Example | Java Techie

preview_player
Показать описание
This video explains you how to send an email with HTML body in spring boot using FreeMarker Template

#JavaTechie #FreeMarker #Email #SpringBoot

GitHub:

Blogs:

Facebook:

Like and Subscribe
Рекомендации по теме
Комментарии
Автор

Good tutorial about how to implement Freemarker. Thank you.

ЯнРаишев-жг
Автор

please help me im getting error
"timestamp": "2020-05-29T05:46:22.368+0000",
"status": 415,
"error": "Unsupported Media Type",
"message": "Content type 'text/plain;charset=UTF-8' not supported",

dumbeatmusic
Автор

Great tutorial, its awesome concept for the email service.

SukeshKumar-jcyx
Автор

Awesome tutorial thank you so much bro

luckyrai
Автор

Great tutorial, however, there is no need to create a configuration class, you can just write your path in the application.properties

artjomprozorov
Автор

Rather than liking the appreciation comment try answering some questions in comment box.Not trying to be rude just a suggestion

shivammallik
Автор

Need one help .. Can i send email for different languages also ?

chiragjain
Автор

How could I insert images that I have in my folder resources/templates/images/? When I send the email, it doesn't recognize the image, it can't find it.

emanuelsotomayor
Автор

thank you very much. it will helpful for me.

gayanathbuddika
Автор

How to write inline images through this code bro.

sabarivasagan
Автор

getting this error : PKIX path building failed: unable to find valid certification path to requested target. Failed messages: Could not convert socket to TLS;

Ajay-dslv
Автор

im getting this error "535-5.7.8 Username and Password not accepted", how can i fix this

praveengudimalla
Автор

is there a way to add a signure as a logo under the text ?

ProzorovTim
Автор

Sir I am getting authentication error while hitting send from postman, what I need to do?

karthikraja-site
Автор

How to add subject with dynamic data inside the html template itself ?

SimplyRusty
Автор

i gave the correct credentials but i am getting . Please help me out.

suryabhagavan
Автор

Code is not working. I am facing the issue inspite of using right username and password. {
"timestamp": "2020-12-22T16:15:59.514+0000",
"status": 500,
"error": "Internal Server Error",
"path": "/sendingEmail"
}

ranjandas
Автор

How to add an image in the mail body, I am unable to display an image in the mail body

repakanagesh
Автор

will I send mail from this springboot and using angular

ExploringTheLife.
Автор

How can I add rows dynamically in the email template?

suparnapoddar