Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cập nhật mail sender để gửi mail forgot password v.v... #13

Open
wwenrr opened this issue Oct 20, 2024 · 0 comments
Open

Cập nhật mail sender để gửi mail forgot password v.v... #13

wwenrr opened this issue Oct 20, 2024 · 0 comments
Assignees
Labels

Comments

@wwenrr
Copy link
Contributor

wwenrr commented Oct 20, 2024

Cập nhật thư viện Spring Boot Starter Mail

Mô tả

Thư viện spring-boot-starter-mail được tích hợp để hỗ trợ chức năng gửi email trong ứng dụng Spring Boot. Cụ thể, chức năng này sẽ được sử dụng cho việc gửi email xác nhận, thông báo quên mật khẩu và các tính năng khác liên quan tới email.

Thư viện được thêm vào

Để kích hoạt khả năng gửi mail, thêm thư viện spring-boot-starter-mail vào tệp cấu hình pom.xml.

Cấu hình trong pom.xml

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-mail</artifactId>
</dependency>
@ldt116 ldt116 added the wip label Oct 25, 2024
@ldt116 ldt116 self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants