通过 node -red 发送邮件
Sending an Email via node -red
我正在尝试通过 node-red 发送电子邮件。为此,我创建了一个 gmail 帐户并设置了 POP 和 IMAP 活动!
之后我做了以下流程:
接收节点具有以下属性:
部署流程后出现以下错误:
Error: Invalid login: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbvv534-5.7.14 -rKtG5Is_XTSKJwG-_w0KiX10YiqY5HHJZI2Otb1tfXteDxZCdPF1g_pvBv2A0fAG0SiFB534-5.7.14
C5suewv6vlY84IYL4IoWhwRIOYlIkX--dsk5IxFMicNHF9Vqhr9zlLez3rhrQpH2O3NMwO534-
5.7.14 6J8D5EEgncdWLsBKkSTy2dQdSOgawCPL_0YEEkmD11eU-ljlToU55Bs-JQYvP7NCVdvvD9534-
5.7.14 GCvhZrfwFLlHBCIpJXkceDZXZOP4tsZTclozixU0_6vAlDKQ8d-xFgtwHbY5OwWob2134r534-5.7.14 T28dhvV7WeXR5pCsSOunnV0eZs21OL0Y3QiY-AkU6lM2CVqHZp-GAKoG9v7WEsRbpQsCvA534-5.7.14 sTipJYcUUOyYu-sNPn3PgmS1LrhI24Ie2LLImKespg3g5EqR5BqoZ52mlz3Q45sCDcn-HC534-5.7.14 Xbm5LKr70K51JYsYfDm4uodPuTLYppSsDO_6RmnsegWLBBvUdbwsIRIqNPkAbc5Tx3fmJE534-5.7.14 o61vw> Please log in via your web browser and then try again.534-5.7.14 Learn more at534 5.7.14 https://support.google.com/mail/answer/78754 ay16-v6sm476249ejb.20 - gsmtp
密码正确所以我不知道我在这里遗漏了什么?
有没有人知道我该如何解决这个问题!
错误消息包含一条 link 帮助消息,它解释了可能出现的问题:https://support.google.com/mail/answer/78754
I can't sign in to my email client
If you can't sign in to your email
client, you might see one of these errors:
- "Username and password not accepted"
- "Invalid credentials"
- You're asked to enter your username and password over and over
Step 1: Check your password
If you have these problems or can’t sign in, first check
to make sure you’re using the right password.
Step 2: Try these troubleshooting steps
- Update your email client to the latest version.
- Use an App Password: If you use 2-Step
Verification, try signing in with an App Password.
- Allow less secure
apps: If you don't use 2-Step Verification, you might need to allow
less secure apps to access your account.
- If you recently changed your
Gmail password, you might need to re-enter your Gmail account
information or completely repeat your Gmail account setup on your
other email client.
- If the tips above didn't help, visit
https://www.google.com/accounts/DisplayUnlockCaptcha and follow the
steps on the page.
- The email client's sign-in method might be
insecure. Try signing in directly on the Gmail app.
- Make sure your
mail app isn't set to check for new email too frequently. If your mail
app checks for new messages more than once every 10 minutes, the app’s
access to your account could be blocked.
在这种情况下,问题很可能是您需要遵循 link 以允许安全性较低的应用登录您的帐户 (https://support.google.com/accounts/answer/6010255) 或创建应用密码
产生错误是因为 gmail 阻止应用程序使用该帐户,即使在 POP3/IMAP 免费之后也是如此!需要生成一个 App 密码,并在节点中将其用作 Email 密码!
我正在尝试通过 node-red 发送电子邮件。为此,我创建了一个 gmail 帐户并设置了 POP 和 IMAP 活动!
之后我做了以下流程:
接收节点具有以下属性:
部署流程后出现以下错误:
Error: Invalid login: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbvv534-5.7.14 -rKtG5Is_XTSKJwG-_w0KiX10YiqY5HHJZI2Otb1tfXteDxZCdPF1g_pvBv2A0fAG0SiFB534-5.7.14
C5suewv6vlY84IYL4IoWhwRIOYlIkX--dsk5IxFMicNHF9Vqhr9zlLez3rhrQpH2O3NMwO534-
5.7.14 6J8D5EEgncdWLsBKkSTy2dQdSOgawCPL_0YEEkmD11eU-ljlToU55Bs-JQYvP7NCVdvvD9534-
5.7.14 GCvhZrfwFLlHBCIpJXkceDZXZOP4tsZTclozixU0_6vAlDKQ8d-xFgtwHbY5OwWob2134r534-5.7.14 T28dhvV7WeXR5pCsSOunnV0eZs21OL0Y3QiY-AkU6lM2CVqHZp-GAKoG9v7WEsRbpQsCvA534-5.7.14 sTipJYcUUOyYu-sNPn3PgmS1LrhI24Ie2LLImKespg3g5EqR5BqoZ52mlz3Q45sCDcn-HC534-5.7.14 Xbm5LKr70K51JYsYfDm4uodPuTLYppSsDO_6RmnsegWLBBvUdbwsIRIqNPkAbc5Tx3fmJE534-5.7.14 o61vw> Please log in via your web browser and then try again.534-5.7.14 Learn more at534 5.7.14 https://support.google.com/mail/answer/78754 ay16-v6sm476249ejb.20 - gsmtp
密码正确所以我不知道我在这里遗漏了什么?
有没有人知道我该如何解决这个问题!
错误消息包含一条 link 帮助消息,它解释了可能出现的问题:https://support.google.com/mail/answer/78754
I can't sign in to my email client
If you can't sign in to your email client, you might see one of these errors:
- "Username and password not accepted"
- "Invalid credentials"
- You're asked to enter your username and password over and over
Step 1: Check your password
If you have these problems or can’t sign in, first check to make sure you’re using the right password.
Step 2: Try these troubleshooting steps
- Update your email client to the latest version.
- Use an App Password: If you use 2-Step Verification, try signing in with an App Password.
- Allow less secure apps: If you don't use 2-Step Verification, you might need to allow less secure apps to access your account.
- If you recently changed your Gmail password, you might need to re-enter your Gmail account information or completely repeat your Gmail account setup on your other email client.
- If the tips above didn't help, visit https://www.google.com/accounts/DisplayUnlockCaptcha and follow the steps on the page.
- The email client's sign-in method might be insecure. Try signing in directly on the Gmail app.
- Make sure your mail app isn't set to check for new email too frequently. If your mail app checks for new messages more than once every 10 minutes, the app’s access to your account could be blocked.
在这种情况下,问题很可能是您需要遵循 link 以允许安全性较低的应用登录您的帐户 (https://support.google.com/accounts/answer/6010255) 或创建应用密码
产生错误是因为 gmail 阻止应用程序使用该帐户,即使在 POP3/IMAP 免费之后也是如此!需要生成一个 App 密码,并在节点中将其用作 Email 密码!