<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Send Emails with Spring Boot and Kotlin	</title>
	<atom:link href="https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/</link>
	<description>Kotlin &#38; Backend Tutorials - Learn Through Practice.</description>
	<lastBuildDate>Wed, 16 Apr 2025 04:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-9</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Wed, 26 Feb 2025 14:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-9</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-8&quot;&gt;Konstantin Volchenko&lt;/a&gt;.

Thank you Konstantin! 

This article is over 4 years old, so maybe I will update it at some point ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-8">Konstantin Volchenko</a>.</p>
<p>Thank you Konstantin! </p>
<p>This article is over 4 years old, so maybe I will update it at some point 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Konstantin Volchenko		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-8</link>

		<dc:creator><![CDATA[Konstantin Volchenko]]></dc:creator>
		<pubDate>Sat, 22 Feb 2025 08:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-8</guid>

					<description><![CDATA[Less secure app access not working anymore on Google. You should use &quot;app passwords&quot; now:
https://support.google.com/accounts/answer/185833?sjid=6976965161849174490-EU&#038;hl=en]]></description>
			<content:encoded><![CDATA[<p>Less secure app access not working anymore on Google. You should use &#8220;app passwords&#8221; now:<br />
<a href="https://support.google.com/accounts/answer/185833?sjid=6976965161849174490-EU&#038;hl=en" rel="nofollow ugc">https://support.google.com/accounts/answer/185833?sjid=6976965161849174490-EU&#038;hl=en</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-7</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 06:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-7</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-6&quot;&gt;jeff.42&lt;/a&gt;.

Hi Jeff! 

Yes, you&#039;re totally right, and thank you for your comment. At some point in the future, I&#039;ll update dependencies to be up-to-date.

It&#039;s almost impossible to track all articles (60+) and deliver new content at the same time. 

Of course, if you&#039;d like to, you can always create a PR https://github.com/codersee-blog/kotlin-spring-boot-mail-sender/pulls

Thank you!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-6">jeff.42</a>.</p>
<p>Hi Jeff! </p>
<p>Yes, you&#8217;re totally right, and thank you for your comment. At some point in the future, I&#8217;ll update dependencies to be up-to-date.</p>
<p>It&#8217;s almost impossible to track all articles (60+) and deliver new content at the same time. </p>
<p>Of course, if you&#8217;d like to, you can always create a PR <a href="https://github.com/codersee-blog/kotlin-spring-boot-mail-sender/pulls" rel="nofollow ugc">https://github.com/codersee-blog/kotlin-spring-boot-mail-sender/pulls</a></p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeff.42		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-6</link>

		<dc:creator><![CDATA[jeff.42]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 04:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-6</guid>

					<description><![CDATA[fyi, the constructor binding on properties class is deprecated on spring-version 3.0.0 above. 
they said changed the annotation level to &quot;type-level&quot;. there are links you can read below, if you want to know details about it.

https://stackoverflow.com/questions/73096757/what-is-type-level-annotation?noredirect=1&#038;lq=1
https://stackoverflow.com/questions/73096757/what-is-type-level-annotation?noredirect=1&#038;lq=1]]></description>
			<content:encoded><![CDATA[<p>fyi, the constructor binding on properties class is deprecated on spring-version 3.0.0 above.<br />
they said changed the annotation level to &#8220;type-level&#8221;. there are links you can read below, if you want to know details about it.</p>
<p><a href="https://stackoverflow.com/questions/73096757/what-is-type-level-annotation?noredirect=1&#038;lq=1" rel="nofollow ugc">https://stackoverflow.com/questions/73096757/what-is-type-level-annotation?noredirect=1&#038;lq=1</a><br />
<a href="https://stackoverflow.com/questions/73096757/what-is-type-level-annotation?noredirect=1&#038;lq=1" rel="nofollow ugc">https://stackoverflow.com/questions/73096757/what-is-type-level-annotation?noredirect=1&#038;lq=1</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mahmudur Rahman		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-5</link>

		<dc:creator><![CDATA[Mahmudur Rahman]]></dc:creator>
		<pubDate>Sat, 11 Jun 2022 08:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-5</guid>

					<description><![CDATA[Great Example. Thanks]]></description>
			<content:encoded><![CDATA[<p>Great Example. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-4</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 18:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-4</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-3&quot;&gt;Prateek&lt;/a&gt;.

Thank You so much for Your kind words ! :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-3">Prateek</a>.</p>
<p>Thank You so much for Your kind words ! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prateek		</title>
		<link>https://blog.codersee.com/how-to-send-emails-with-spring-boot-and-kotlin/#comment-3</link>

		<dc:creator><![CDATA[Prateek]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 09:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1410#comment-3</guid>

					<description><![CDATA[Perfect  example!!..working perfectly. Well explained]]></description>
			<content:encoded><![CDATA[<p>Perfect  example!!..working perfectly. Well explained</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: blog.codersee.com @ 2026-05-19 08:51:44 by W3 Total Cache
-->