不知為何還蠻難找到 MS 365 的 SMTP 設定,在此紀錄
| host | outlook-apaccentral.office365.com |
|---|---|
| port | 587 |
| protocol | smtp |
| username | 你的 Outlook mail,例如 john.smith@live.com |
| password | Outlook 密碼 |
| from | 同 username |
另外,我是使用 Java + spring, spring 有兩個參數不確定是在其他程式語言對應的數值,所以在這邊先列一下:
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.auth=true