Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

309
Views
No se puede conectar a SMTP Sendinblue x Strapi

Actualmente estoy buscando enviar correos electrónicos con mi backend strapi. Sigo este tutorial para que funcione. En resumen, el tutorial le indica que instale strapi-provider-email-nodemailer que es independiente del proveedor .

Ahora, me sale un error Error: can not connect to any SMTP server , no entiendo porque hice todo igual como se recomienda en el tutorial...

Aquí está mi archivo de complemento:

 module.exports = ({ env }) => ({ // ... email: { provider: env('EMAIL_PROVIDER'), providerOptions: { host: env('EMAIL_SMTP_HOST', 'smtp.example.com'), port: env('EMAIL_SMTP_PORT', 587), auth: { user: env('EMAIL_SMTP_USER'), pass: env('EMAIL_SMTP_PASS'), }, }, settings: { defaultFrom: env('EMAIL_ADDRESS_FROM'), defaultReplyTo: env('EMAIL_ADDRESS_REPLY'), }, }, // ... })

y este es mi archivo .env:

 EMAIL_PROVIDER=nodemailer EMAIL_SMTP_HOST=smtp-relay.sendinblue.com EMAIL_SMTP_PORT=587 EMAIL_SMTP_USER=myuser@email.com EMAIL_SMTP_PASS=mypassword EMAIL_ADDRESS_FROM=myuser@email.com EMAIL_ADDRESS_REPLY=myuser@email.com

Si alguien tiene una idea... Muchas gracias.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!