Send emails with Spring by using Java annotations

前端 未结 5 484
野趣味
野趣味 2021-02-02 14:37

How could I send an email with Spring 4 (and Spring Boot) by using a pure annotation-based approach (according to the Java Configurations

5条回答
  •  难免孤独
    2021-02-02 14:56

    Using Spring Boot 1.2 onwards, a JavaMailSender could be auto-configured for you. I've got this video explaining how exactly to send mails using Spring Boot 1.2 onwards. Spring Lemon's source code could be referred to for the exact details.

提交回复
热议问题