Brevo - Sendblue does not send email

Hello, I developed my app and it is in the final phase. However, I am having difficulty only at this point, sending trans emails. To reset the password, I use Brevo or the old SendBlue. I have already entered my domain in Brevo, generated and inserted the API in the plugin and created a workflow. Note: This is in arbitrary text, as direct input generates an error. Any solution?

Olá desenvolvi meu app e está na fase final. porém estou com dificuldade somente neste ponto, o de enviar e-mail trans.. para redefinir senha, utilizo Brevo ou antigo SendBlue já inseri meu domínio no brevo, gerei e inseri api no plugin e elaborei workflow obs esta em arbitrary text, pois entrada direta gera erro. Alguma soluçãooooooo

I would not be surprised if your message HTML break your JSON
You should use :format as json-safe (and remove double quotes in API Connector)

There’s no real diference between direct input VS arbitrary test (could… but in most, case, your issue is somewhere else)

1 Like

será esse código html é do corpo do texto

Redefinir Senha

body {

font-family: Arial, sans-serif;

margin: 0;

padding: 0;

background-color: #ffffff;

}

.container {

width: 600px;

margin: 0 auto;

background-color: #a77ce4;

padding: 40px;

text-align: center;

}

.logo {

display: block;

margin: 0 auto 20px;

width: 200px; /* Tamanho da logo maior */

height: auto;

}

.text {

color: #000000; /* Cor do texto alterada para preto */

font-size: 16px;

line-height: 1.5;

text-align: center;

margin-bottom: 20px;

}

.text-white { /* Classe para o texto branco no container roxo */

color: #ffffff;

font-size: 16px;

line-height: 1.5;

text-align: center;

margin-bottom: 20px;

}

.text-white strong {

font-weight: bold;

}

/* Estilos atualizados para o botão */

.button {

display: inline-block;

background-color: #ffffff; /* Fundo do botão branco para o contraste */

color: #000000; /* Cor do texto do botão alterada para preto */

padding: 12px 25px;

text-decoration: underline; /* Adiciona o sublinhado */

border-radius: 5px;

font-weight: bold; /* Adiciona o negrito */

font-size: 16px;

}

Redefinir Senha

Recebemos uma solicitação de redefinição de senha para sua conta no GeoDelitos.

Se foi você quem solicitou, clique no link abaixo para criar uma nova senha, caso não tenha sido você ignore este e-mail.

<a href=redefinicao de senha page of step 1(Send pass…)