Tag

QQ Mail

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 29, 2025 · Backend Development

Master Spring Boot Email Activation & Password Recovery: Full Code Guide

This article provides a comprehensive Spring Boot tutorial covering user account activation, email verification, password recovery, and advanced mailing features such as attachments and inline resources, complete with QQ mail configuration, Maven dependencies, JavaMailSender setup, asynchronous sending, and full code snippets for practical implementation.

Backend DevelopmentEmail ActivationJavaMailSender
0 likes · 9 min read
Master Spring Boot Email Activation & Password Recovery: Full Code Guide
Test Development Learning Exchange
Test Development Learning Exchange
May 3, 2018 · Backend Development

How to Configure QQ Email SMTP and Send Emails with Python

This guide explains how to find QQ mail's POP3/SMTP server settings, enable the SMTP service in the QQ account, and provides a complete Python script that uses smtplib to send an email through QQ's SMTP server.

Backend DevelopmentQQ MailSMTP
0 likes · 4 min read
How to Configure QQ Email SMTP and Send Emails with Python