mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-20 10:49:20 +08:00
feature: support use ssl in smtp config (#58)
* feat: support config use ssl * feat: update frontend resources
This commit is contained in:
@@ -19,6 +19,7 @@ CREATE TABLE IF NOT EXISTS sys_mail
|
||||
password TEXT NOT NULL,
|
||||
smtp_host VARCHAR(512) NOT NULL,
|
||||
smtp_port INT NOT NULL,
|
||||
use_ssl BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
update_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
create_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
) CHARSET utf8mb4
|
||||
|
Reference in New Issue
Block a user