You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
487 B
17 lines
487 B
global:
|
|
smtp_smarthost: 'smtp.gmail.com:587'
|
|
smtp_from: 'liuvanquyet@gkcorp.com.vn'
|
|
smtp_auth_username: 'liuvanquyet@gkcorp.com.vn'
|
|
smtp_auth_password: 'vejc mzti ming zvpj' # Mã ứng dụng, KHÔNG phải mật khẩu Gmail thường
|
|
|
|
route:
|
|
receiver: email-notification
|
|
group_wait: 10s
|
|
group_interval: 5m
|
|
repeat_interval: 1h
|
|
|
|
receivers:
|
|
- name: email-notification
|
|
email_configs:
|
|
- to: 'quyetluu217@gmail.com'
|
|
send_resolved: true
|
|
|