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

I tried to use it but it never work #100

Closed Youssef-a7med15 closed 2 years ago

Youssef-a7med15 commented 2 years ago

please make video about how to use it in nuxt by example pleas .

dword-design commented 2 years ago

@Abdelzaher-web Phew I think I won't manage to do this. It's some effort to make an instructional video :). What is your problem or your error message? Maybe we can figure it out and make it work and then I can add some instructions to the README.md.

Youssef-a7med15 commented 2 years ago

@Abdelzaher-web Phew I think I won't manage to do this. It's some effort to make an instructional video :). What is your problem or your error message? Maybe we can figure it out and make it work and then I can add some instructions to the README.md.

I want to know how I get smtp host and what should I write in username and pass? Because i tried sendgrid host and i wrote in username "apikey" and my api key in pass but it work in nodemailer and not work in nuxt-mail.

My error "http://localhost:3000/mail/send 500 (Internal Server Error)"

dword-design commented 2 years ago

@Abdelzaher-web Check the actual error of the 500 response like documented here and put it here. Let's find out if it is an auth issue or something else.

Youssef-a7med15 commented 2 years ago

@Abdelzaher-web Check the actual error of the 500 response like documented here and put it here. Let's find out if it is an auth issue or something else.

I cant find any thing about error 500 here . Please explain to me

dword-design commented 2 years ago

@Abdelzaher-web It's under "Debugging mail errors". Do a text search in the browser 😅.

Youssef-a7med15 commented 2 years ago

@Abdelzaher-web It's under "Debugging mail errors". Do a text search in the browser 😅.

Do yo mean search in google about error 500 ?

dword-design commented 2 years ago

No ctrl+f on the page.

Youssef-a7med15 commented 2 years ago

No ctrl+f on the page.

ok i did what you wrote in the page and found error message "self signed certificate in certificate chain" how can i solve it

Youssef-a7med15 commented 2 years ago

No ctrl+f on the page.

pleas help me

dword-design commented 2 years ago

Sounds like this is the same issue: https://github.com/dword-design/nuxt-mail/issues/62

Closing this in favor of the linked one.