dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
239 stars 18 forks source link

Self signed certificate in certificate chain #62

Open filippodicostanzo opened 3 years ago

filippodicostanzo commented 3 years ago

I've tried a send mail in localhost with nuxt-mail and axios replies with this error

"self signed certificate in certificate chain"

how to resolve?

dword-design commented 3 years ago

@filippodicostanzo What kind of SMTP server are you using to send the emails? You can send from localhost, but you still need an SMTP server like Gmail or Mailtrap.

filippodicostanzo commented 3 years ago

gmail

dword-design commented 3 years ago

@filippodicostanzo Are you running on a local machine or on production? What's the environment?

filippodicostanzo commented 3 years ago

Local machine. Just install nuxt black Project / install your module and run nuxt

dword-design commented 3 years ago

@filippodicostanzo hmmm pretty interesting. You have a public repo I could check out?

dword-design commented 2 years ago

Note: the problem exists with Gmail and SendGrid. Happens in local development.

dword-design commented 2 years ago

@filippodicostanzo Does the problem still exist or is it resolved? Seems like it happens in other constellations too and I'd like to reproduce it.

Youssef-a7med15 commented 2 years ago

I want to know does the problem from me or from Gmail or sendgrid?