sender

Example code for one sender

<sender>
  <address>
    <name>John Smith</name>
    <company>Very Good Shop</company>
    <country>PL</country>
    <subdivision>PL-ZP</subdivision>
    <postcode>71-043</postcode>
    <city>Szczecin</city>
    <address>Piastow 4d / Warehouse 1 / Section G</address>
    <telephone>48 91 43 33 881</telephone>
    <type>business</type>
  </address>
  <notifications>
    <email address="[email protected]" type="create"/>
    <email address="[email protected]" type="delivery"/>
    <email address="[email protected]" type="exception"/>
    <bounce address=" [email protected]" />
  </notifications>
</sender>

Did this page help you?