Git Product home page Git Product logo

Comments (9)

Vishnu-01-cyber avatar Vishnu-01-cyber commented on September 27, 2024

I am facing the same issue. Have you found any solution.

from uptime-kuma.

nidasfly avatar nidasfly commented on September 27, 2024

I am facing the same issue. Have you found any solution.

Sorry no, I am not a developer of uptime-kuma.

What I did for notify is I used another email, which only contains letters as password.
Maybe you can try change the password to letters only?

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on September 27, 2024

Gmail SMTP

Could you have a look at #2928 (comment) and see if you have enabled the app password properly?

Also given that the error message you showed could you make double sure that ALL fields (not just username and password, also DKIM, SMTP hostname/port/...) are identical?
(We get a lot of issues from simple typos)

from uptime-kuma.

nidasfly avatar nidasfly commented on September 27, 2024

Yes with the gmail app pass, which has no special character, is working.
But other email provider, like outlook, with special character in password, is not working.
I've tested using python with the exact same config, it's working in python.

image

from uptime-kuma.

nidasfly avatar nidasfly commented on September 27, 2024

Gmail SMTP

Could you have a look at #2928 (comment) and see if you have enabled the app password properly?

Also given that the error message you showed could you make double sure that ALL fields (not just username and password, also DKIM, SMTP hostname/port/...) are identical? (We get a lot of issues from simple typos)

Hi,
I register a new outlook email, with no special character in the password, and found out uptimekuma can send email with it.
So the problem is located, the character in password is some how changed.
However, I spent hours trying to find out where the code changed the password's special character, but failed.
Could you please look into it?

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on September 27, 2024

The reason why you did not find a place where we chage the password is that it does not exist.
I don't know what is happening with your email provider.

We just pass the username and password to nodemailer as you submitted it to the frontend...

The relevant code is:

config.auth = {
user: notification.smtpUsername,
pass: notification.smtpPassword,
};

<div class="mb-3">
<label for="username" class="form-label">{{ $t("Username") }}</label>
<input id="username" v-model="$parent.notification.smtpUsername" type="text" class="form-control" autocomplete="false">
</div>
<div class="mb-3">
<label for="password" class="form-label">{{ $t("Password") }}</label>
<HiddenInput id="password" v-model="$parent.notification.smtpPassword" :required="false" autocomplete="new-password"></HiddenInput>
</div>

Maybe a similar case as reported here?

from uptime-kuma.

nidasfly avatar nidasfly commented on September 27, 2024

Maybe a similar case as reported here?

Can you please try any email with password including special character like "?" or "!"

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on September 27, 2024

Yes, but that is not the issue..
=> please check the rest of your config for typos and retry again. Depending on your email provider you might also need to activate smtp or hop through additional steps like you have to do for Gmail, GMX or similar..

  • without !?

    image

  • with !?

    image

from uptime-kuma.

nidasfly avatar nidasfly commented on September 27, 2024

OK then I don't know what is the problem. It seems only happen to Outlook.
I did check the config for thoughsand times, and tested it with python.

from uptime-kuma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.