Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. email Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    SOLVED email Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Hhjung16 last edited by Hhjung16

      Moin zusammen

      seit heute morgen funktioniert das Email verschicken nicht mehr, Gmail macht Probleme (Sicherheit usw).
      Habe mir kurzerhand bei Yahoo einen Account erstellt, aber die Fehlermeldung die kommt, ist die Gleiche.

      2020-02-08 12:11:34.397 - info: email.0 (15252) Send email: {"subject":"ioBroker","to":"meinemail@yahoo.de","from":"Zuhause ","text":"Das ist TEST Email"}
      2020-02-08 12:11:34.628 - error: email.0 (15252) Error 535 5.7.0 (#AUTH005) Too many bad auth attempts.
      2020-02-08 12:11:34.637 - error: email.0 (15252) uncaught exception: Cannot read property '__stopTimer' of undefined
      2020-02-08 12:11:34.637 - error: email.0 (15252) TypeError: Cannot read property '__stopTimer' of undefined
      at stop (/opt/iobroker/node_modules/iobroker.email/main.js:52:17)
      at transport.sendMail (/opt/iobroker/node_modules/iobroker.email/main.js:188:9)
      at transporter.send.args (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/mailer/index.js:226:21)
      at connection.login.err (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-transport/index.js:282:36)
      at SMTPConnection._actionAUTHComplete (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:1523:20)
      at SMTPConnection._responseActions.push.str (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:550:26)
      at SMTPConnection._processResponse (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:942:20)
      at SMTPConnection._onData (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:749:14)
      at TLSSocket.SMTPConnection._onSocketData.chunk (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:195:44)
      at TLSSocket.emit (events.js:198:13)
      2020-02-08 12:11:34.643 - info: email.0 (15252) terminating
      2020-02-08 12:11:34.643 - info: email.0 (15252) Terminated (NO_ERROR): Without reason
      2020-02-08 12:11:35.167 - error: host.server Caught by controller[0]: TypeError: Cannot read property '__stopTimer' of undefined
      2020-02-08 12:11:35.168 - error: host.server Caught by controller[0]: at stop (/opt/iobroker/node_modules/iobroker.email/main.js:52:17)
      2020-02-08 12:11:35.168 - error: host.server Caught by controller[0]: at transport.sendMail (/opt/iobroker/node_modules/iobroker.email/main.js:188:9)
      2020-02-08 12:11:35.168 - error: host.server Caught by controller[0]: at transporter.send.args (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/mailer/index.js:226:21)
      2020-02-08 12:11:35.168 - error: host.server Caught by controller[0]: at connection.login.err (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-transport/index.js:282:36)
      2020-02-08 12:11:35.169 - error: host.server Caught by controller[0]: at SMTPConnection._actionAUTHComplete (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:1523:20)
      2020-02-08 12:11:35.169 - error: host.server Caught by controller[0]: at SMTPConnection._responseActions.push.str (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:550:26)
      2020-02-08 12:11:35.169 - error: host.server Caught by controller[0]: at SMTPConnection._processResponse (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:942:20)
      2020-02-08 12:11:35.169 - error: host.server Caught by controller[0]: at SMTPConnection._onData (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:749:14)
      2020-02-08 12:11:35.169 - error: host.server Caught by controller[0]: at TLSSocket.SMTPConnection._onSocketData.chunk (/opt/iobroker/node_modules/iobroker.email/node_modules/nodemailer/lib/smtp-connection/index.js:195:44)
      2020-02-08 12:11:35.169 - error: host.server Caught by controller[0]: at TLSSocket.emit (events.js:198:13)
      2020-02-08 12:11:35.169 - info: host.server instance system.adapter.email.0 terminated with code 0 (NO_ERROR)
      

      Habt ihr vielleicht eine Idee was da los ist?
      Achja, Passwort hab ich richtig eingegeben 😊

      1 Reply Last reply Reply Quote 0
      • H
        Hhjung16 last edited by Hhjung16

        Moin,

        bin ich etwa der Einzige, bei dem das mit der Email neuerdings nicht funktioniert? 😞

        Habe es nochmal über ANWENDERDEFINIERT versucht, aber leider auch keinen Erfolg gehabt, SMTP Adresse usw hab ich ausm Netz

        yahoo.JPG

        Meine echte Email lautet natürlich anders 😬
        yahoo1.JPG

        Und hier wieder die bekannte Fehlermeldung

        yahoo2.JPG

        1 Reply Last reply Reply Quote 0
        • F
          frank.lmn last edited by

          Ich habe neuerdings ein ähnliches Problem mit dem iobroker.email Adapter:
          Fehler queryA EREFUSED smtp.MAILSERVER.de

          (2518) Error undefined
          (2518) uncaught exception: Cannot read property '__stopTimer' of undefined
          (2518) TypeError: Cannot read property '__stopTimer' of undefined at stop (/opt/iobroker/node_modules/iobroker.email/main.js:52:17) at transport.sendMail (/opt/iobroker/node_modules/iobroker.e
          Caught by controller[0]: TypeError: Cannot read property '__stopTimer' of undefined
          Caught by controller[0]: at stop (/opt/iobroker/node_modules/iobroker.email/main.js:52:17)
          Caught by controller[0]: at transport.sendMail (/opt/iobroker/node_modules/iobroker.email/main.js:188:9)
          Caught by controller[0]: at transporter.send.args (/opt/iobroker/node_modules/nodemailer/lib/mailer/index.js:226:21)
          Caught by controller[0]: at SMTPConnection.connection.once.err (/opt/iobroker/node_modules/nodemailer/lib/smtp-transport/index.js:175:24)
          Caught by controller[0]: at Object.onceWrapper (events.js:277:13)
          Caught by controller[0]: at SMTPConnection.emit (events.js:189:13)
          Caught by controller[0]: at SMTPConnection._onError (/opt/iobroker/node_modules/nodemailer/lib/smtp-connection/index.js:774:14)
          Caught by controller[0]: at Immediate.setImmediate (/opt/iobroker/node_modules/nodemailer/lib/smtp-connection/index.js:334:52)
          Caught by controller[0]: at runCallback (timers.js:705:18)
          Caught by controller[0]: at tryOnImmediate (timers.js:676:5)
          
          1 Reply Last reply Reply Quote 0
          • H
            Hhjung16 last edited by

            Ich befürchte, wir beiden sind die Einzigen, wo der E-Mail Adapter nicht funktioniert 😞

            Bei wem funktioniert er denn mit welchem Anbieter? Möchte mir jetzt nicht zig versuchs Accounts zulegen 🙂

            1 Reply Last reply Reply Quote 0
            • F
              frank.lmn last edited by

              Moin,
              Ich habe es hin bekommen eine Mail über ioBroker zu senden. In der Javascript Instanz muss dafür das Modul "nodemailer" hinzugefügt werden. Dann konnte ich über dieses Script eine Mail versenden. Problem ist scheinbar das Auflösen des DNS-Namens.

              
              var nodemailer = require('nodemailer');
              
              const transporter = nodemailer.createTransport({
                                      host: '<IP-ADRESSE SMTP-SERVER>',
                                      port: 465,
              	                    secure: true,
                                      tls: {
                                          servername: "<DOMAIN-NAME SMTP-SERVER>"
                                      },
                                      auth: {
                                          user: '<BENUTZERNAME>',
                                          pass: '<PASSWORT>'
                                      }
              });
              
              const mailOption = {
                          from: '<ABSENDER>',
                          to: '<EMPFÄNGER>',
                          subject: '<BETREFF>',
                          html: '<h1>Hier steht der Text</h1>'
                      };
              
              transporter.sendMail(mailOption, (error, info) => {
                              if (error) {
                                  return console.log(error);
                              } else{
                                  console.log('E-Mail wurde gesendet.');
                              }
                          });
              
              1 Reply Last reply Reply Quote 0
              • M
                Matze77 last edited by

                Grüße,

                ich habe auch Probleme mit dem Mail versand. Allerding tut er es bei mir nicht, wenn ich "Anwender definiert" nutze. Egal was ich für Einstellungen vornehme, die Instanz-Email legt immer einen Neustart hin.

                Log-iobroker.JPG

                Gehe ich über meine Web.de Adresse funktioniert die Angelegenheit. Kann mir hier jemand einen Tip geben wie ich diesen Adapter mit meinem eigenen Email-Server nutzen kann - selbst signiertes Zertifikat 😉

                Danke für Eure Hilfe.

                1 Reply Last reply Reply Quote 0
                • W
                  winampdevil last edited by

                  Hallo,
                  habe seit dem Neuaufsetzen des Raspi auch das Problem, daß ich keine Mails mehr versenden kann. Problem scheint die Namensauflösung zu sein (queryA EREFUSED smtp.web.de)

                  Habt ihr das Problem lösen können?

                  Grüße
                  Frank

                  1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 last edited by

                    Nutze GMX bisher problemlos

                    1 Reply Last reply Reply Quote 0
                    • W
                      winampdevil last edited by

                      Hab das Problem gefunden: Meine DNS-Konfiguration war falsch, der erste DNS-Server lieferte keine gültige Antwort. Weitere Resolver werden vom email-Adapter scheinbar nicht abgefragt.

                      Nachdem ich einen funktionierenden DNS-Server als ersten Server eingetragen habe, funktioniert der Email-Versand wieder.

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post

                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      763
                      Online

                      31.8k
                      Users

                      80.0k
                      Topics

                      1.3m
                      Posts

                      email yahoo
                      5
                      9
                      1507
                      Loading More Posts
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes
                      Reply
                      • Reply as topic
                      Log in to reply
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                      The ioBroker Community 2014-2023
                      logo