receivers:
- name: demo-alert
email_configs:
- to: your_...@gmail.com
from: from_...@gmail.com
# Your smtp server address
smarthost: smtp.gmail.com:587
auth_username: from_...@gmail.com
auth_identity: from_...@gmail.com
auth_password: 16letter_generated token # you can use gmail account password, but better create a dedicated token for this
headers:
From: from_...@gmail.com
Subject: 'Demo ALERT'