<?
include_once("class_postalmethod.php");
$postalmethods = new postal_methods();
$postalmethods->SendLetterAndAddressV2();
//$postalmethods->SendLetter();
//$postalmethods->GetLetterStatusV2('1067380');
//$postalmethods->GetPDF('1067380');
?>