Closed
Description
Hi there!
Really love the plugin, but one thing is very misleading. The docs say that you can send a message like this:
// Inside a component
this.$mail.send({
from: 'John Doe',
subject: 'Incredible',
text: 'This is an incredible test message',
})
but actually I can't, because I don't have the nuxt/axios module installed. Maybe simply change this
inject('mail', {
send: config => context.app.$axios.$post('/mail/send', config)
});
into window.fetch(...)?
Best,
Fabian
Metadata
Metadata
Assignees
Labels
No labels