I have built a system with Paypal for a client however the client has now asked once a customer has made an order if an email can be sent to them and also the warehouse so they can start packaging it.
Just to make sure could this be achieved by adding another value in the html code like this:
<input type="hidden" name="business" value="email@address1.co.uk" value="email@address2.co.uk">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="item_name" value="Personal Built Board 27 Inch">
<input type="hidden" name="amount" value="44.50">
.... and so on