Yassaaa
Explore posts from serversNeed help with creating mail templates with dynamic data and sending it
Summary:
My goal is to send order confirmation emails using Nodemailer and Vue for email templates. I have successfully managed to:
1. Send emails using Nodemailer with SMTP.
2. Create email templates using Vue-mail but I did not use nuxt components? im not sure I am new to this nuxt module. Though I was able to use Tailwind in the email template.
However, I am encountering issues when trying to combine these functionalities.
6 replies
Need help with brevo integration
I tried implementing this package: https://www.npmjs.com/package/@getbrevo/brevo as a plugin but it did not work and I got errors. I tried asking gpt and no luck.
can someone help me?
My goal is:
- enter email & some other info in form
- take all this data and send it via the api to brevo to create a contact there.
for debugging I want to also retrieve every entry in a certain list in brevo
here you can find the endpoints for getting all contacts:
https://developers.brevo.com/reference/getcontacts-1
2 replies
useFetch help - not working/fetching data
hey I might be using this completely wrong because im still new to nuxtjs but here goes:
I am trying to use
useFetch
for getting data from https://valorant-api.com but it is not working. When I use old regular fetch
it works with no problems and I don't know why useFetch
is not working with the valorant-api. Because it works with now problem when I use it with the https://fakestoreapi.com/ api.
here is the code:
10 replies