Hi! :)
Using the CheckoutDoneOrderIsCompleted notification to run events when an order is complete. Everything so far works well. Now, i want to send the order to a few email adresses. I found the following line in part of your documentation
Order.SendTo(ref pageView, oid, emailAddresses[cnt], SenderMail, ref t);
My question is now. How would i go around getting a pageview and the default order email template, so that i can send the exact same order complete mail to a few different email adresses?
More generally: How would i use this method correctly?
Thanks in advance.
Jonas