修改邮件工具 2023年3月10日10:05:03
parent
ca725a96e7
commit
f9e426e585
|
|
@ -73,7 +73,7 @@ public class MailController {
|
||||||
@FXML
|
@FXML
|
||||||
public Button choose_file;
|
public Button choose_file;
|
||||||
|
|
||||||
public static int mail_port = 25;
|
public static int mail_port = 465;
|
||||||
|
|
||||||
public ObservableList<String> list = FXCollections.observableArrayList();
|
public ObservableList<String> list = FXCollections.observableArrayList();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue