Hi, is it possible to somehow do an HTML form post of some arbitrary information (in my case, the details of the order after it has been completed) to a 3rd party website?

I want to submit orders to my distributor's website after they've cleared. This would be easier for them to receive it that way vs. having to parse an email (a suggestion I saw in this post when searching on this topic).

Any way to do this short of writing a new module or plugin?

Thanks.