C
C#5d ago
shiru0108

✅ Smpt | email sending

Hi, I have a problem, I uploaded a project to github with the function of sending email in smtp, but after cloning the repository on another computer, this function does not work. It does not send the email. I added a secret manager for the password just like on the computer from which I sent. Does anyone know where the problem is? I checked and on one computer the email goes to the same account and on the other it does not, I did not change anything in the code, the only thing I did was delete the temporary files and the ones compiled in the repository.
6 Replies
greyfox
greyfox5d ago
Are you getting an error?
shiru0108
shiru0108OP5d ago
When I click the button where it should be sent, it responds normally, but the email is simply not in my mailbox
greyfox
greyfox5d ago
Ngl it's going to be hard to figure out what's going wrong when the only information you've provided is "it doesn't work". What code is being run when you click "the button"? Are any errors being logged? Anything in the event viewer? What kind of application is this?
shiru0108
shiru0108OP5d ago
okey problem solved. the problem was that I had a one letter wrong in the password (in user-secrets).
jcotton42
jcotton425d ago
$close @shiru0108
MODiX
MODiX5d ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?