I need help whit emailjs #84
Replies: 5 comments 6 replies
-
Did you check the Email History? Are the variables here? |
Beta Was this translation helpful? Give feedback.
-
Yes sure there you got Hola Pedido de {{user_name}} fue aceptado Id de compra{{user_id}} La Orden es: {{user_order}} Direccion: {{user_dir}} {{message}}
Best wishes, |
Beta Was this translation helpful? Give feedback.
-
If you mean to my gmail history yes i did what i got from there is this |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help i was on a trip sorry <3 |
Beta Was this translation helpful? Give feedback.
-
viewing the mail history never takes the data from the 'orden' array, do I have to use stryingify? to pass everything to plain text? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to send the order that is generated on my website through an email, I am using emailjs, In the code that I show below, that order is also saved in firestore, in the console.log(templateParams) everything I need is shown but in the email it simply arrives the name and address of the user, the user_order data is not sent to me
Beta Was this translation helpful? Give feedback.
All reactions