SMTP - Home Assistant
www.home-assistant.io › integrations › smtpThe SMTP platform allows you to deliver notifications from Home Assistant to an e-mail recipient. To enable notification by e-mail in your installation, add the following to your configuration.yaml file: # Example configuration.yaml entry notify: - name: "NOTIFIER_NAME" platform: smtp sender: "YOUR_SENDER" recipient: "YOUR_RECIPIENT"
SMTP - Home Assistant
https://www.home-assistant.io/integrations/smtpThe SMTP platform allows you to deliver notifications from Home Assistant to an e-mail recipient. To enable notification by e-mail in your installation, add the following to your configuration.yaml file: Check your e-mail provider configuration or help pages to get the correct SMTP settings.