回答編集履歴

1

追記

2020/07/16 02:15

投稿

退会済みユーザー
test CHANGED
@@ -9,3 +9,21 @@
9
9
  * sendmail コマンドを利用(自身をsmtpサーバーとして実行、かなりの確率で迷惑メール)
10
10
 
11
11
  * smtp を利用(外部SMTPサーバーの設定を php.ini に記載)
12
+
13
+
14
+
15
+ # 本題
16
+
17
+
18
+
19
+ spring-boot は基本SMTP設定のみです。
20
+
21
+
22
+
23
+ host localhost
24
+
25
+ port 25
26
+
27
+
28
+
29
+ 等でローカルの postfix (適切に設定)で sendmail コマンドと同様の動きを再現できます。