Hello.
I was trying to make a user name and password recovery by sending an email to the one the user has linked to.
The only problem with that is that it doesn't send the email automatic, you have to open your email app and then press send which doesn't make sense since you are able to read the password and username without even sending the email.
Thanks to anyone who would like to volunteer!
1 Like
You would like to try an SMTP client extension.
Thanks for replying.
What's an SMTP client extension?
1.Introduction
Description: With this extension, you can send emails using SMTP servers
Latest Version: 1.5
Released: 2020-12-30T18:30:00Z (UTC)
Last Updated: 2023-07-02T18:30:00Z (UTC)
2.Blocks
[image]
[image]
3.Usages
You can use the extension in this way:
[image]
And here is a brief documentation:
protocol ~ either TLS or SSL
server ~ string
port ~ int
user ~ string
password ~ string
from ~ string (can be different from username)
recipients ~ list
ccRecipients ~ list (can b…
Is this what you're talking about?