Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Formulário de Contato está quebrado #13

Open
1 of 2 tasks
joaovitorsl opened this issue Aug 28, 2024 · 0 comments
Open
1 of 2 tasks

FIX: Formulário de Contato está quebrado #13

joaovitorsl opened this issue Aug 28, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@joaovitorsl
Copy link
Member

joaovitorsl commented Aug 28, 2024

Descrição

image
O formulário de contato está retornando 500 Internal Server Error:
image
Payload:

{
    "email": "[email protected]",
    "message": "Será que isso ainda funciona?",
    "subject": "Teste",
    "username": "João"
}

Response

{
    "timestamp": 1724808480739,
    "message": "Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. For more information, go to\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials d9443c01a7336-203855665d4sm89004945ad.22 - gsmtp\n"
}

Atividades

  • Investigar
  • Corrigir

Comentários

Parece que o Google não aceita mais autenticação SMTP usando a senha simples da conta. Procurar outra forma de fazer essa autenticação para o envio do email.

@joaovitorsl joaovitorsl added the bug Something isn't working label Aug 28, 2024
@joaovitorsl joaovitorsl changed the title Formulário de Contato está quebrado FIX: Formulário de Contato está quebrado Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant