15 lines
344 B
YAML
15 lines
344 B
YAML
global:
|
|
resolve_timeout: 5m
|
|
|
|
route:
|
|
receiver: 'default'
|
|
|
|
receivers:
|
|
- name: 'default'
|
|
email_configs:
|
|
- to: 'youremail@example.com'
|
|
from: 'alert@example.com'
|
|
smarthost: 'smtp.gmail.com:587'
|
|
auth_username: 'alert@example.com'
|
|
auth_identity: 'alert@example.com'
|
|
auth_password: 'yourpassword' |