Skip to main content

Mailconfiguratie

 

 

Voeg volgende toe in configuration.yaml

# eMail notification
notify:
  - name: email
    platform: smtp
    port: 587
    timeout: 15
    encryption: starttls
    verify_ssl: False
    server: "smtp.mailersend.net"
    username: "USERNAME"
    password: "PASSWORD"
    sender_name: "Home Assistant"
    sender: "USER@DOMAIN.BE"
    recipient: "USER@DOMAIN.BE"