mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
set sane defaults for email notification smtp settings
This commit is contained in:
@@ -560,9 +560,9 @@ VALUES
|
||||
('notification.email.host', '"smtp.gmail.com"'::jsonb),
|
||||
('notification.email.port', '587'::jsonb),
|
||||
('notification.email.password', '""'::jsonb),
|
||||
('notification.email.max_conns', '1'::jsonb),
|
||||
('notification.email.idle_timeout', '"5s"'::jsonb),
|
||||
('notification.email.wait_timeout', '"5s"'::jsonb),
|
||||
('notification.email.max_conns', '5'::jsonb),
|
||||
('notification.email.idle_timeout', '"25s"'::jsonb),
|
||||
('notification.email.wait_timeout', '"60s"'::jsonb),
|
||||
('notification.email.auth_protocol', '"plain"'::jsonb),
|
||||
('notification.email.tls_type', '"starttls"'::jsonb),
|
||||
('notification.email.tls_skip_verify', 'false'::jsonb),
|
||||
|
Reference in New Issue
Block a user