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

Cannot restart nuxt: You have to provide at least one config. #211

Closed sarwan920 closed 10 months ago

sarwan920 commented 10 months ago

Hello, I am trying to send email using Gmail service , but when I add configs like as shown in the image, it throws error "Cannot restart nuxt: You have to provide at least one config. " not sure what config I am missing.

PS: I have used my own email and password in auth. Help would be appreciated.

image

dword-design commented 10 months ago

You are missing at least one message config as described in the README.