
Integrate Telegram Bot using Java
Hi Guys, A short and really useful blog on Telegram Bot. Before writing ahead i want to say a big thank you to Telegram for providing such a rich API and flexibility to create our own bot. Use Case Official telegram site shows many use cases where bot is really useful. Here i used telegram
Spring Boot: Java Mail Api
Hi Guys, I would like to share simple but helpful concept to send a mail from boot application. Spring boot provides a starter module which configure automatically based on provided properties and avail to use, by default spring framework provides abstraction to send mail using JavaMailSender interface. To do same you have to change below