Send order confirmation mail after order complete

Hello all,

Send the order confirmation mail with ordered products details after order complete. We have to send this order confirmation mail only after our custom callback function execution.:confused:

and your question is?

We disable the default order confirmation mail process and we want to send that after our functionality has complete so we calling the send order confirmation process from our callback file so we need idea about how to send confirmation mail through custom file

wait, just for understanding:

  • the automatic order confirmation is just a confirmation for the customer, that the order has been submitted, it is no confirmation for order acceptance

  • you can send another email as “order has been sent” confirmation

So - at which point in your system / process do you want to send what email?

Thanks for your reply

We have our callback file, in that we sending the order confirmation mail after we updating the new mail for the last order. After the update of the email to last order we want to send order confirmation to that user.

you can include oxid bootstrap into your callback script und run send the confirmation mails over it