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
247 stars 18 forks source link

Use alternative to axios #102

Closed flinbu closed 2 years ago

flinbu commented 2 years ago

I'm using axios to access to a custom API, this means that the baseUrl is pointing to the API URL, so when trying to send an email, the rest route doesn't exists.

How can I setup the module without axios or other alternative?

Thanks.

dword-design commented 2 years ago

Closing in favor of https://github.com/dword-design/nuxt-mail/issues/66