#Need assistance SMTP integration-BigPond Got a couple of problems with SMTP integration and Bigpond

1 messages · Page 1 of 1 (latest)

hollow aurora
#

Need assistance SMTP integration-BigPond ISP in Australia
Got a couple of problems with SMTP integration and Bigpond email. Used to work but now failing.

When I enable username and password fields the notify service does reccognise email_peter. This is apparently a known problem. But I have not seen a fix.

Getting an unknown error when I activate service from Developer tools. Cannot see any log entries even with debug true. When activated from automation script get error <connect>.
configuration.yaml entry follows. What have I missed
notify:

  • name: "email_peter"
    platform: smtp
    sender: "p.tyers@bigpond.com"
    recipient: "p.tyers@bigpond.com"
    server: "smtp.telstra.com"
    #username: !secrets bigpondemail_user
    #password: !secrets bigpondemail_password
    encryption: tls
    verify_ssl: false
    debug: true
    timeout: 30
    port: 465
west glade
hollow aurora
#

ok thanks