[Vuejs]-How can I use mailjet with my vue project?

0👍

unfortunately Mailjet is made for backend servers and vue is frontend so it won’t work.

You can however use a bridge service like emailjs.com to get it done, that is the workaround I went for!

Leave a comment