I seem to have a very strange problem, I have setup the smtp platform under notify: in my config file but no matter what I do it doesn’t turn up in the dev section.
below is what I have put in to configuration.yaml
- name: smtp2go
platform: smtp
server: mail.smtp2go.com
port: 587
timeout: 60
sender: sender address
username: username
password: password
recipient:- ‘[email protected]’
sender_name: ‘My Home Assistant’
debug: true
- ‘[email protected]’
Don’t appear to have any error messages in the logs and have rebooted Hass.IO several times just in case.
No matter what I appear to be doing it doesn’t turn up …